Variable template alias for std::is_nothrow_swappable_with_v.
Synopsis
Declared in <bsl_type_traits.h>
template<
class TYPE1,
class TYPE2>
inline constexpr bool is_nothrow_swappable_with_v = std::is_nothrow_swappable_with<TYPE1, TYPE2>::value;
Created with MrDocs