Public Member Functions |
| | _STLP_STATIC_CONSTANT (int, digits=0) |
| | _STLP_STATIC_CONSTANT (int, digits10=0) |
| | _STLP_STATIC_CONSTANT (int, radix=0) |
| | _STLP_STATIC_CONSTANT (int, min_exponent=0) |
| | _STLP_STATIC_CONSTANT (int, min_exponent10=0) |
| | _STLP_STATIC_CONSTANT (int, max_exponent=0) |
| | _STLP_STATIC_CONSTANT (int, max_exponent10=0) |
| | _STLP_STATIC_CONSTANT (float_denorm_style, has_denorm=denorm_absent) |
| | _STLP_STATIC_CONSTANT (float_round_style, round_style=round_toward_zero) |
| | _STLP_STATIC_CONSTANT (bool, is_specialized=false) |
| | _STLP_STATIC_CONSTANT (bool, is_signed=false) |
| | _STLP_STATIC_CONSTANT (bool, is_integer=false) |
| | _STLP_STATIC_CONSTANT (bool, is_exact=false) |
| | _STLP_STATIC_CONSTANT (bool, has_infinity=false) |
| | _STLP_STATIC_CONSTANT (bool, has_quiet_NaN=false) |
| | _STLP_STATIC_CONSTANT (bool, has_signaling_NaN=false) |
| | _STLP_STATIC_CONSTANT (bool, has_denorm_loss=false) |
| | _STLP_STATIC_CONSTANT (bool, is_iec559=false) |
| | _STLP_STATIC_CONSTANT (bool, is_bounded=false) |
| | _STLP_STATIC_CONSTANT (bool, is_modulo=false) |
| | _STLP_STATIC_CONSTANT (bool, traps=false) |
| | _STLP_STATIC_CONSTANT (bool, tinyness_before=false) |
Static Public Member Functions |
| static __number _STLP_CALL | min () _STLP_NOTHROW |
| static __number _STLP_CALL | max () _STLP_NOTHROW |
| static __number _STLP_CALL | epsilon () _STLP_NOTHROW |
| static __number _STLP_CALL | round_error () _STLP_NOTHROW |
| static __number _STLP_CALL | infinity () _STLP_NOTHROW |
| static __number _STLP_CALL | quiet_NaN () _STLP_NOTHROW |
| static __number _STLP_CALL | signaling_NaN () _STLP_NOTHROW |
| static __number _STLP_CALL | denorm_min () _STLP_NOTHROW |
template<class __number>
class _Numeric_limits_base< __number >
Definition at line 66 of file _limits.h.