Template Struct is_nothrow_swappable

Struct Documentation

template<bool IsSwappable, typename T>
struct is_nothrow_swappable

Public Static Attributes

static constexpr bool value = noexcept(swap(std::declval<T&>(), std::declval<T&>()))