#include <std_limits.h>
Static Public Methods | |
unsigned long long | min () throw () |
unsigned long long | max () throw () |
unsigned long long | epsilon () throw () |
unsigned long long | round_error () throw () |
unsigned long long | infinity () throw () |
unsigned long long | quiet_NaN () throw () |
unsigned long long | signaling_NaN () throw () |
unsigned long long | denorm_min () throw () |
Static Public Attributes | |
const bool | is_specialized = true |
const int | digits = __glibcpp_unsigned_long_long_digits |
const int | digits10 = __glibcpp_unsigned_long_long_digits10 |
const bool | is_signed = false |
const bool | is_integer = true |
const bool | is_exact = true |
const int | radix = 2 |
const int | min_exponent = 0 |
const int | min_exponent10 = 0 |
const int | max_exponent = 0 |
const int | max_exponent10 = 0 |
const bool | has_infinity = false |
const bool | has_quiet_NaN = false |
const bool | has_signaling_NaN = false |
const float_denorm_style | has_denorm = denorm_absent |
const bool | has_denorm_loss = false |
const bool | is_iec559 = true |
const bool | is_bounded = true |
const bool | is_modulo = true |
const bool | traps = true |
const bool | tinyness_before = false |
const float_round_style | round_style = round_toward_zero |
|
Definition at line 1728 of file std_limits.h. |
|
Definition at line 1706 of file std_limits.h. |
|
Definition at line 1722 of file std_limits.h. |
|
Definition at line 1697 of file std_limits.h. References __glibcpp_unsigned_long_long_max. |
|
Definition at line 1695 of file std_limits.h. |
|
Definition at line 1724 of file std_limits.h. |
|
Definition at line 1708 of file std_limits.h. |
|
Definition at line 1726 of file std_limits.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|