Searched refs:is_nothrow_copy_assignable (Results 1 – 14 of 14) sorted by relevance
58 using ::boost::move_detail::is_nothrow_copy_assignable;
136 # if __has_feature(is_nothrow_copy_assignable)876 struct is_nothrow_copy_assignable struct
190 is_nothrow_copy_assignable<_Tp>::value;
285 noexcept( seq::is_all< std::is_nothrow_copy_assignable< Ts >::value... >::value ) in operator =()
445 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v…873 _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::value))
519 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&520 is_nothrow_copy_assignable<second_type>::value)
131 template <class T> struct is_nothrow_copy_assignable;353 = is_nothrow_copy_assignable<T>::value; // C++173991 // is_nothrow_copy_assignable3993 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable4000 = is_nothrow_copy_assignable<_Tp>::value;
1150 /// is_nothrow_copy_assignable1152 struct is_nothrow_copy_assignable3164 is_nothrow_copy_assignable<_Tp>::value;
313 static const bool nothrow_assign = is_nothrow_copy_assignable<T>::value || trivial_assign;