#include <numeric_limits.hpp>
|
static constexpr auto | denorm_min () noexcept -> T |
|
static constexpr auto | epsilon () noexcept -> T |
|
static constexpr auto | infinity () noexcept -> T |
|
static constexpr auto | lowest () noexcept |
|
static constexpr auto | max () noexcept |
|
static constexpr auto | min () noexcept |
|
static constexpr auto | quiet_NaN () noexcept -> T |
|
static constexpr auto | round_error () noexcept -> T |
|
static constexpr auto | signaling_NaN () noexcept -> T |
|
◆ denorm_min()
template<typename T>
constexpr auto denorm_min |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ epsilon()
template<typename T>
constexpr auto epsilon |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ infinity()
template<typename T>
constexpr auto infinity |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ lowest()
template<typename T>
constexpr auto lowest |
( |
| ) |
|
|
inlinestaticconstexprnoexcept |
◆ max()
template<typename T>
|
inlinestaticconstexprnoexcept |
◆ min()
template<typename T>
|
inlinestaticconstexprnoexcept |
◆ quiet_NaN()
template<typename T>
constexpr auto quiet_NaN |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ round_error()
template<typename T>
constexpr auto round_error |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ signaling_NaN()
template<typename T>
constexpr auto signaling_NaN |
( |
| ) |
-> T |
|
inlinestaticconstexprnoexcept |
◆ digits
◆ digits10
◆ has_denorm
◆ has_denorm_loss
template<typename T>
bool has_denorm_loss = false |
|
staticconstexpr |
◆ has_infinity
template<typename T>
bool has_infinity = false |
|
staticconstexpr |
◆ has_quiet_NaN
template<typename T>
bool has_quiet_NaN = false |
|
staticconstexpr |
◆ has_signaling_NaN
template<typename T>
bool has_signaling_NaN = false |
|
staticconstexpr |
◆ is_bounded
◆ is_exact
◆ is_iec559
◆ is_integer
◆ is_modulo
◆ is_signed
◆ is_specialized
◆ max_digits10
◆ max_exponent
◆ max_exponent10
◆ min_exponent
◆ min_exponent10
◆ radix
◆ round_style
◆ tinyness_before
template<typename T>
bool tinyness_before = false |
|
staticconstexpr |
◆ traps
The documentation for this struct was generated from the following file: