none
From C/C++ Reference
none
Syntax:
#include <bitset> bool none();
The none() function only returns true if none of the bits in the bitset are set to 1.
Related topics:
From C/C++ Reference
#include <bitset> bool none();
The none() function only returns true if none of the bits in the bitset are set to 1.