![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Internal helper to define properties for 1-byte integer types. More...
Static Public Attributes | |
| static constexpr int | digits10 {2} |
| The number of decimal digits. | |
| static constexpr int8_t | signed_max {127} |
| The maximum value of a signed integer with this size. | |
| static constexpr int8_t | signed_min {-128} |
| The minimum value of a signed integer with this size. | |
| static constexpr int | unsigned_digits10 {2} |
| The number of decimal digits when unsigned. | |
| static constexpr uint8_t | unsigned_max {255U} |
| The maximum value of an unsigned integer with this size. | |
Internal helper to define properties for 1-byte integer types.
|
staticconstexpr |
The number of decimal digits.
|
staticconstexpr |
The maximum value of a signed integer with this size.
|
staticconstexpr |
The minimum value of a signed integer with this size.
|
staticconstexpr |
The number of decimal digits when unsigned.
|
staticconstexpr |
The maximum value of an unsigned integer with this size.