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:
#include <bitset> bool none();
The none() function only returns true if none of the bits in the bitset are set to 1.