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