Searched refs:is_nothrow_swappable (Results 1 – 9 of 9) sorted by relevance
60 using ::boost::move_detail::is_nothrow_swappable;
71 …using is_nothrow_swappable = std::integral_constant< bool, noexcept( swap( std::declval< T& >(), s… typedef162 noexcept( is_nothrow_swappable< T >::value ) in swap()241 noexcept( is_nothrow_swappable< T >::value ) in swap()331 noexcept( seq::is_all< impl::is_nothrow_swappable< Ts >::value... >::value ) in swap()
890 struct is_nothrow_swappable struct
2727 /// is_nothrow_swappable2729 struct is_nothrow_swappable2745 is_nothrow_swappable<_Tp>::value;
181 is_nothrow_swappable<key_compare>::value); // C++17395 is_nothrow_swappable<key_compare>::value); // C++17
134 template <class T> struct is_nothrow_swappable; // C++17359 = is_nothrow_swappable<T>::value; // C++174623 struct _LIBCPP_TEMPLATE_VIS is_nothrow_swappable4648 = is_nothrow_swappable<_Tp>::value;