Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.