KTL
KTL copied to clipboard
Add ktl::is_nothrow_swappable_with_v
template <class Ty1, class Ty2>
inline constexpr bool is_nothrow_swappable_with_v = ...
template <class Ty1, class Ty2>
struct is_nothrow_swappable_with {...}