Tests all of the bits in this bitset to determine if they are all set to true.
bool all() const;
Return Value
Returns true if all bits in this set are true. Returns false if one or more bits are false.
Requirements
Header: <bitset>
Namespace: std
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Tests all of the bits in this bitset to determine if they are all set to true.
bool all() const;
Returns true if all bits in this set are true. Returns false if one or more bits are false.
Header: <bitset>
Namespace: std