![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A type trait to check if a type is integral. The class is derived from true_type if Type is an integral type, false_type otherwise.
More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, Value > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, Value > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< bool, Value > | |
| static constexpr value_type | value |
| The constant. | |
| static constexpr value_type | value |
| The constant. | |
A type trait to check if a type is integral. The class is derived from true_type if Type is an integral type, false_type otherwise.
| Type | The type to check |