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
Set a bit to 0.
Declared in <util/bitset.h>
constexpr
void
Reset(unsigned int pos) noexcept;
Name |
Description |
pos |
The bit position to clear. |
Created with MrDocs