static const bool traps = false;
static const bool
traps
= false;
The member stores true for a type that generates some kind of signal to report certain arithmetic exceptions.
See the related numeric_limits sample program.