bitset_detail::MultiIntBitSet::Set

Set a bit to 1.

Synopsis

Declared in <util/bitset.h>

constexpr
void
Set(unsigned int pos) noexcept;

Parameters

NameDescription
posThe bit position to set.