static const bool has_infinity = false;
static const bool
has_infinity
= false;
The member stores true for a type that has a representation for positive infinity. True if is_iec559 is true.
is_iec559
See the related numeric_limits sample program.