bitset_detail::MultiIntBitSet::Set

Set a bit to the specified value.

Synopsis

Declared in <util/bitset.h>

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

Parameters

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