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
Check if any bits are 1.
Declared in <util/bitset.h>
constexpr
bool
Any() const noexcept;
true if at least one bit is set.
Created with MrDocs