bitset_detail::IntBitSet::Reset

Set a bit to 0.

Synopsis

Declared in <util/bitset.h>

constexpr
void
Reset(unsigned int pos) noexcept;

Parameters

NameDescription
posThe bit position to clear.