Searched refs:is_nothrow_swappable (Results 1 – 5 of 5) sorted by relevance
98 struct _LIBCPP_TEMPLATE_VIS is_nothrow_swappable : bool_constant<is_nothrow_swappable_v<_Tp>> {}; struct
96 using std::is_nothrow_swappable;
137 template <class T> struct is_nothrow_swappable; // C++17373 = is_nothrow_swappable<T>::value; // C++17
189 is_nothrow_swappable<key_compare>::value); // C++17451 is_nothrow_swappable<key_compare>::value); // C++17
1713 SYMBOL(is_nothrow_swappable, std::, <type_traits>)