Construct a bitset with bits 0..count-1 (inclusive) set to 1.
Declared in <util/bitset.h>
constexpr
static
MultiIntBitSet
Fill(unsigned int count) noexcept;
A bitset with the lowest count bits set.
| Name | Description |
|---|---|
| count | The number of low bits to set. |