numeric_limits::has_quiet_NaN

static const bool has_quiet_NaN = false;

The member stores true for a type that has a representation for a quiet NaN, an encoding that is "Not a Number" that does not signal its presence in an expression. True if is_iec559 is true.

See the related numeric_limits sample program.