stl:bitset:any From C++ Reference previous page next page any Syntax: #include <bitset> bool any(); The any() function returns true if any bit of the bitset is 1, otherwise, it returns false. Related Topics: count, none previous page start next page