Test if a type is an unsigned value. More...
Static Public Attributes | |
static constexpr const bool | value |
Test if a type is an unsigned value.
If the tested type is an unsigned value, it will become true_type, otherwise it will be false_type
Based on std::is_unsigned
T | Type to test. |
|
staticconstexpr |