#include <bits/c++config.h>


Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| struct | std::numeric_limits_base |
| Part of std::numeric_limits. More... | |
| struct | std::numeric_limits< Type > |
| Properties of fundamental types. More... | |
Enumerations | |
| enum | std::float_round_style { std::round_indeterminate, std::round_toward_zero, std::round_to_nearest, std::round_toward_infinity, std::round_toward_neg_infinity } |
| Describes the rounding style for floating-point types. More... | |
| enum | std::float_denorm_style { std::denorm_indeterminate, std::denorm_absent, std::denorm_present } |
| Describes the denormalization for floating-point types. More... | |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file limits.
1.5.5