Syntax:
#include <bitset> bool none() const;
The none() function only returns true if none of the bits in the bitset are set to 1.
Related Topics: any