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