WPILibC++ 2023.4.3-108-ge5452e3
|
Metafunction that determines whether the given type is either an integral type or an enumeration type, including enum classes. More...
Static Public Attributes | |
static const bool | value |
Metafunction that determines whether the given type is either an integral type or an enumeration type, including enum classes.
Note that this accepts potentially more integral types than is_integral because it is based on being implicitly convertible to an integral type. Also note that enum classes aren't implicitly convertible to integral types, the value may therefore need to be explicitly converted before being used.
|
static |