Set overloads
Declared in <util/bitset.h>
Set a bit to 1.
constexpr
void
Set(unsigned int pos) noexcept;
» more...
Set a bit to the specified value.
constexpr
void
Set(
unsigned int pos,
bool val) noexcept;
» more...
| Name | Description |
|---|---|
| pos | The bit position to set. |
| val | The value to assign to the bit. |