|
bitset::nonepublic member function
bool none ( ) const; Test if no bit is set Returns whether none of the bits in the bitset are set.ParametersnoneReturn valuetrue if none of the bits in the bitset are set, and false otherwise.Example
See also
|