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
Name |
Description |
pos |
The single bit position to set. |
Created with MrDocs