Searched defs:is_nothrow_swappable (Results 1 – 2 of 2) sorted by relevance
71 …using is_nothrow_swappable = std::integral_constant< bool, noexcept( swap( std::declval< T& >(), s… typedef
890 struct is_nothrow_swappable struct892 static const bool value = is_empty<T>::value || is_pod<T>::value;