Retrieve a bit at the given position.
Synopsis
Declared in <util/bitset.h>
constexpr
bool
operator[](unsigned int pos) const noexcept;
Return Value
true if the bit at pos is set.
Parameters
Name |
Description |
pos |
The bit position to read. |
Created with MrDocs