limits File Reference


Detailed Description

This is a Standard C++ Library header.

Definition in file limits.

Go to the source code of this file.

Namespaces

Defines

Enumerations


Enumeration Type Documentation

enum float_denorm_style
 

Describes the denormalization for floating-point types.

These values represent the presence or absence of a variable number of exponent bits. This type is used in the std::numeric_limits class.

Enumeration values:
denorm_indeterminate  Indeterminate at compile time whether denormalized values are allowed.
denorm_absent  The type does not allow denormalized values.
denorm_present  The type allows denormalized values.

Definition at line 171 of file limits.

enum float_round_style
 

Describes the rounding style for floating-point types.

This is used in the std::numeric_limits class.

Enumeration values:
round_indeterminate  Self-explanatory.
round_toward_zero  Self-explanatory.
round_to_nearest  To the nearest representable value.
round_toward_infinity  Self-explanatory.
round_toward_neg_infinity  Self-explanatory.

Definition at line 156 of file limits.


Generated on Sat Apr 2 13:54:44 2005 for libstdc++ source by  doxygen 1.4.0