[#bitset_detail-MultiIntBitSet-Fill] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::Fill :relfileprefix: ../../ :mrdocs: Construct a bitset with bits 0..count‐1 (inclusive) set to 1. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet] Fill(unsigned int count) noexcept; ---- == Return Value A bitset with the lowest count bits set. == Parameters [cols="1,4"] |=== | Name| Description | *count* | The number of low bits to set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#