![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Internal helper to define properties for 2-byte integer types. More...
Static Public Attributes | |
| static constexpr int | digits10 {4} |
| The number of decimal digits. | |
| static constexpr int16_t | signed_max {32767} |
| The minimum value of a signed integer with this size. | |
| static constexpr int16_t | signed_min {-32768} |
| The minimum value of a signed integer with this size. | |
| static constexpr int | unsigned_digits10 {4} |
| The number of decimal digits when unsigned. | |
| static constexpr uint16_t | unsigned_max {65535U} |
| The maximum value of an unsigned integer with this size. | |
Internal helper to define properties for 2-byte integer types.
|
staticconstexpr |
The number of decimal digits.
|
staticconstexpr |
The minimum 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.