cppreference.com
>
C++ Bitsets
>
none
none
Syntax:
bool none();
The none() function only returns true if none of the bits in the bitset are set to 1.
Related topics:
any