static T infinity() throw();
static T
infinity
() throw();
The function returns the representation of positive infinity for the type. The return value is meaningful only if has_infinity is true.
has_infinity
See the related numeric_limits sample program.