bitset_detail::MultiIntBitSet::Set

Set overloads

Synopses

Declared in <util/bitset.h>

Set a bit to 1.

constexpr
void
Set(unsigned int pos) noexcept;
» more...

Set a bit to the specified value.

constexpr
void
Set(
    unsigned int pos,
    bool val) noexcept;
» more...

Parameters

NameDescription
posThe bit position to set.
valThe value to assign to the bit.