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
Submit feedback about this site to: