[#bitset_detail-MultiIntBitSet-Any] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::Any :relfileprefix: ../../ :mrdocs: Check if any bits are 1. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool Any() const noexcept; ---- == Return Value true if at least one bit is set. [.small]#Created with https://www.mrdocs.com[MrDocs]#