17 constexpr
operator bool()
const{
Global namespace of the SCL.
Movable concept, a type is movable if it is both move constructible and move assignable.
MoveConstructible concept, a type T is move constructible if meta::is_move_constructible<T>() is true...
MoveAssignable concept, a type T is move assignable if meta::is_move_assignable<T>() is true...