Check if any bits are 1.

Synopsis

Declared in <util/bitset.h>

constexpr
bool
Any() const noexcept;

Return Value

true if at least one bit is set.

Created with MrDocs