[#bitset_detail-MultiIntBitSet-Size] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::Size :relfileprefix: ../../ :mrdocs: Return the number of bits that this object holds. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static unsigned int Size() noexcept; ---- == Return Value The bitset capacity in bits. [.small]#Created with https://www.mrdocs.com[MrDocs]#