any
From C/C++ Reference
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:
From C/C++ Reference
#include <bitset> bool any();
The any() function returns true if any bit of the bitset is 1, otherwise, it returns false.