Return true if one or more of the bits in this bitset has the value of 1 and false otherwise.
Synopsis
Declared in <bslstl_bitset.h>
bool
any() const noexcept;
Return Value
true if any bit is 1, and false otherwise
Created with MrDocs