Classes | |
| class | _Numeric_limits_base |
| class | _Integer_limits |
| struct | float_helper |
| class | _Floating_limits |
| class | numeric_limits |
| class | std::numeric_limits< bool > |
| class | std::numeric_limits< char > |
| class | std::numeric_limits< signed char > |
| class | std::numeric_limits< unsigned char > |
| class | std::numeric_limits< wchar_t > |
| class | std::numeric_limits< short > |
| class | std::numeric_limits< unsigned short > |
| class | std::numeric_limits< int > |
| class | std::numeric_limits< unsigned int > |
| class | std::numeric_limits< long > |
| class | std::numeric_limits< unsigned long > |
| class | std::numeric_limits< float > |
| class | std::numeric_limits< double > |
| class | std::numeric_limits< long double > |
| class | vector |
| STL class. | |
Enumerations | |
| enum | float_round_style { round_indeterminate = -1, round_toward_zero = 0, round_to_nearest = 1, round_toward_infinity = 2, round_toward_neg_infinity = 3 } |
| enum | float_denorm_style { denorm_indeterminate = -1, denorm_absent = 0, denorm_present = 1 } |
Definition at line 61 of file limits.hpp.
| round_indeterminate | |
| round_toward_zero | |
| round_to_nearest | |
| round_toward_infinity | |
| round_toward_neg_infinity |
Definition at line 53 of file limits.hpp.
1.5.5