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