Set a bit to 0.

Synopsis

Declared in <util/bitset.h>

constexpr
void
Reset(unsigned int pos) noexcept;

Parameters

Name

Description

pos

The bit position to clear.

Created with MrDocs