![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Internal helper to define properties for 4-byte integer types. More...
Static Public Attributes | |
| static constexpr int | digits10 {9} |
| The number of decimal digits. | |
| static constexpr int32_t | signed_max {static_cast<int32_t>(2'147'483'647L)} |
| The maximum value of a signed integer with this size. | |
| static constexpr int32_t | signed_min {static_cast<int32_t>(-signed_max - 1)} |
| The minimum value of a signed integer with this size. | |
| static constexpr int | unsigned_digits10 {9} |
| The number of decimal digits when unsigned. | |
| static constexpr uint32_t | unsigned_max {static_cast<uint32_t>(4'294'967'295U)} |
| The maximum value of an unsigned integer with this size. | |
Internal helper to define properties for 4-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.