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