Construct a bitset with bits 0..count‐1 (inclusive) set to 1.
Synopsis
Declared in <util/bitset.h>
constexpr
static
IntBitSet
Fill(unsigned int count) noexcept;
Return Value
A bitset with the lowest count bits set.
Parameters
Name |
Description |
count |
The number of low bits to set. |
Created with MrDocs