17 constexpr
operator bool()
const{
18 return META::constexpr_assert<Integral<T>{} &&
Unsigned<T>{}>();
Global namespace of the SCL.
UnsignedIntegral concept, a type is an unsigned integral if it is both Integral and Unsigned...
Unsigned concept, a type T is unsigned if meta::is_unsigned<T>() is true.