Template Struct nothrow

Struct Documentation

template<typename T>
struct nothrow

Public Static Attributes

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