bitset_detail::MultiIntBitSet::Singleton

Construct a bitset with the singleton pos.

Synopsis

Declared in <util/bitset.h>

constexpr
static
MultiIntBitSet
Singleton(unsigned int pos) noexcept;

Return Value

A bitset with only bit pos set.

Parameters

NameDescription
posThe single bit position to set.