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.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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.