numeric_limits::is_bounded

numeric_limits::is_bounded

static const bool ``is_bounded`` = false;

The member stores true for a type that has a bounded set of representable values (which is the case for all predefined types).

See the related numeric_limits sample program.