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