bitset_detail::IntBitSet::operator[]

Retrieve a bit at the given position.

Synopsis

Declared in <util/bitset.h>

constexpr
bool
operator[](unsigned int pos) const noexcept;

Return Value

true if the bit at pos is set.

Parameters

NameDescription
posThe bit position to read.