Set a bit to 1.

Synopsis

Declared in <util/bitset.h>

constexpr
void
Set(unsigned int pos) noexcept;

Parameters

Name

Description

pos

The bit position to set.

Created with MrDocs