stl:bitset:none From C++ Reference previous page next page 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: any previous page start next page