Public Member Functions |
| | _STLP_STATIC_CONSTANT (int, digits=__Digits) |
| | _STLP_STATIC_CONSTANT (int, digits10=__Digits10) |
| | _STLP_STATIC_CONSTANT (int, radix=FLT_RADIX) |
| | _STLP_STATIC_CONSTANT (int, min_exponent=__MinExp) |
| | _STLP_STATIC_CONSTANT (int, max_exponent=__MaxExp) |
| | _STLP_STATIC_CONSTANT (int, min_exponent10=__MinExp10) |
| | _STLP_STATIC_CONSTANT (int, max_exponent10=__MaxExp10) |
| | _STLP_STATIC_CONSTANT (float_denorm_style, has_denorm=__DenormStyle) |
| | _STLP_STATIC_CONSTANT (float_round_style, round_style=__RoundStyle) |
| | _STLP_STATIC_CONSTANT (bool, is_specialized=true) |
| | _STLP_STATIC_CONSTANT (bool, is_signed=true) |
| | _STLP_STATIC_CONSTANT (bool, has_infinity=true) |
| | _STLP_STATIC_CONSTANT (bool, has_quiet_NaN=true) |
| | _STLP_STATIC_CONSTANT (bool, has_signaling_NaN=true) |
| | _STLP_STATIC_CONSTANT (bool, is_iec559=__IsIEC559 &&has_infinity &&has_quiet_NaN &&has_signaling_NaN &&(has_denorm==denorm_present)) |
| | _STLP_STATIC_CONSTANT (bool, has_denorm_loss=false) |
| | _STLP_STATIC_CONSTANT (bool, is_bounded=true) |
| | _STLP_STATIC_CONSTANT (bool, traps=true) |
| | _STLP_STATIC_CONSTANT (bool, tinyness_before=false) |
template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
class _Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >
Definition at line 150 of file _limits.h.