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