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

Name

Description

i

The single bit position to set.

Created with MrDocs