![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Internal helper to define properties for 8-byte integer types. More...
Static Public Attributes | |
| static constexpr int | digits10 {18} |
| The number of decimal digits. | |
| static constexpr int64_t | signed_max {static_cast<int64_t>(9'223'372'036'854'775'807LL)} |
| The maximum value of a signed integer with this size. | |
| static constexpr int64_t | signed_min {-signed_max - static_cast<int64_t>(1)} |
| The minimum value of a signed integer with this size. | |
| static constexpr int | unsigned_digits10 {19} |
| The number of decimal digits when unsigned. | |
| static constexpr uint64_t | unsigned_max {static_cast<uint64_t>(18'446'744'073'709'551'615ULL)} |
| The maximum value of an unsigned integer with this size. | |
Internal helper to define properties for 8-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.