bitset_detail::IntBitSet::Fill

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

NameDescription
countThe number of low bits to set.