bitset_detail::IntBitSet::Singleton

Construct a bitset with the singleton i.

Synopsis

Declared in <util/bitset.h>

constexpr
static
IntBitSet
Singleton(unsigned int i) noexcept;

Return Value

A bitset with only bit i set.

Parameters

NameDescription
iThe single bit position to set.