24 constexpr
operator bool()
const{
Conversion concept, a type From is convertible to another type To if meta::is_convertible<From, To>() is true.
InequalityComparable concept, a type T is equality comparable if it defines an operator!= with itself...
Global namespace of the SCL.
Destructible concept, a type T is destructible if it defines a destructor that won't throw...
Boolean concept, a type is boolean if it defines all boolean operations.
EqualityComparableWith concept, a type T is equality comparable with another type U if it defines an ...
InequalityComparableWith concept, a type T is equality comparable with another type U if it defines a...
Movable concept, a type is movable if it is both move constructible and move assignable.
EqualityComparable concept, a type T is equality comparable if it defines an operator== with itself...