std::numeric_limits< Type > Struct Template Reference

Inheritance diagram for std::numeric_limits< Type >:

Inheritance graph
[legend]
Collaboration diagram for std::numeric_limits< Type >:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static Type min () throw ()
static Type max () throw ()
static Type epsilon () throw ()
static Type round_error () throw ()
static Type infinity () throw ()
static Type quietNaN () throw ()
static Type signalingNaN () throw ()
static Type denorm_min () throw ()

Static Public Attributes

static const bool is_specialized
static const int digits
static const int digits10
static const bool is_signed
static const bool is_integer
static const bool is_exact
static const int radix
static const int min_exponent
static const int min_exponent10
static const int max_exponent
static const int max_exponent10
static const bool has_infinity
static const bool has_quietNaN
static const bool has_signalingNaN
static const float_denorm_style has_denorm
static const bool has_denorm_loss
static const bool is_iec559
static const bool is_bounded
static const bool is_modulo
static const bool traps
static const bool tinyness_before
static const float_round_style round_style

Detailed Description

template<typename Type>
struct std::numeric_limits< Type >

Definition at line 203 of file limits.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 16 09:23:16 2005 for libstdc++-v3 Source by  doxygen 1.4.4