16 constexpr
operator bool()
const{
19 static_assert(meta::is_default_constructible<T>(),
"DefaultConstructible<T>: T is not default constructible");
Global namespace of the SCL.
Destructible concept, a type T is destructible if it defines a destructor that won't throw...
DefaultConstructible concept, a type T is default constructible if it defines a default constructor...
#define static_require(cpt)