Searched defs:is_nothrow_swappable (Results 1 – 3 of 3) sorted by relevance
22 template <class T> struct is_nothrow_swappable : boost::integral_constant<bool, struct59 template<class T> struct is_nothrow_swappable: type_traits_swappable_detail::is_nothrow_swappable_h… struct
99 struct _LIBCPP_TEMPLATE_VIS is_nothrow_swappable : bool_constant<is_nothrow_swappable_v<_Tp>> {}; struct
1060 struct is_nothrow_swappable struct1062 static const bool value = is_empty<T>::value || is_pod<T>::value;