#include <bitset> bool any();
The any() function returns true if any bit of the bitset is 1, otherwise, it returns false.