template <>
class numeric_limits
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
Public Members
static const bool is_specialized
static const bool is_signed
static const bool is_integer
static const bool is_exact
static const bool has_infinity
static const bool has_quiet_NaN
static const bool has_signaling_NaN
static const bool has_denorm
static const bool has_denorm_loss
static const bool round_style
static const bool is_iec559
static const bool is_bounded
static const bool is_modulo
static const int digits
static const int digits10
static const int max_digits10
static const int radix
static const int min_exponent
static const int min_exponent10
static const int max_exponent
static const int max_exponent10
static const bool traps
static const bool tinyness_before
Public Methods
__uint128_t denorm_min ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t epsilon ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t infinity ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t lowest ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t max ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t min ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t quiet_NaN ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t round_error ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits
__uint128_t signaling_NaN ()
Defined at line 103 of file ../../zircon/kernel/lib/ktl/include/limits