Searched refs:is_nothrow_copy_assignable (Results 1 – 7 of 7) sorted by relevance
33 struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable struct40 inline constexpr bool is_nothrow_copy_assignable_v = is_nothrow_copy_assignable<_Tp>::value;
264 … __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && in noexcept()265 … is_nothrow_copy_assignable<second_type>::value) { in noexcept()
134 template <class T> struct is_nothrow_copy_assignable;367 = is_nothrow_copy_assignable<T>::value; // C++17
837 noexcept(_And<is_nothrow_copy_assignable<_Tp>...>::value) {
1697 SYMBOL(is_nothrow_copy_assignable, std::, <type_traits>)
750 OLD_FILES+=usr/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h