|
|
static constexpr type | min () noexcept |
| |
|
static constexpr type | max () noexcept |
| |
|
static constexpr type | lowest () noexcept |
| |
|
static constexpr type | epsilon () noexcept |
| |
|
static constexpr type | round_error () noexcept |
| |
|
static constexpr type | infinity () noexcept |
| |
|
static constexpr type | quiet_NaN () noexcept |
| |
|
static constexpr type | signaling_NaN () noexcept |
| |
|
static constexpr type | denorm_min () noexcept |
| |
|
|
static constexpr bool | is_specialized = true |
| |
|
static constexpr bool | is_signed = false |
| |
|
static constexpr const int | digits = 128 |
| |
|
static constexpr const int | digits10 = 38 |
| |
|
static constexpr const int | max_digits10 = 0 |
| |
|
static constexpr const bool | is_integer = true |
| |
|
static constexpr const bool | is_exact = true |
| |
|
static constexpr const int | radix = 2 |
| |
|
static constexpr const int | min_exponent = 0 |
| |
|
static constexpr const int | min_exponent10 = 0 |
| |
|
static constexpr const int | max_exponent = 0 |
| |
|
static constexpr const int | max_exponent10 = 0 |
| |
|
static constexpr const bool | has_infinity = false |
| |
|
static constexpr const bool | has_quiet_NaN = false |
| |
|
static constexpr const bool | has_signaling_NaN = false |
| |
|
static constexpr const float_denorm_style | has_denorm = denorm_absent |
| |
|
static constexpr const bool | has_denorm_loss = false |
| |
|
static constexpr const bool | is_iec559 = false |
| |
|
static constexpr const bool | is_bounded = true |
| |
|
static constexpr const bool | is_modulo = true |
| |
|
static constexpr const bool | traps = true |
| |
|
static constexpr const bool | tinyness_before = false |
| |
|
static constexpr const float_round_style | round_style = std::round_toward_zero |
| |
The documentation for this class was generated from the following file: