numeric_limits::has_infinity

numeric_limits::has_infinity

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.

See the related numeric_limits sample program.