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;

Created with MrDocs