Access an element with bounds checking, throwing std::out_of_range if out of bounds.
Synopsis
Declared in <util/bitdeque.h>
const_reference
at(size_type position) const;
Return Value
Read‐only reference to the requested bit.
Parameters
Name |
Description |
position |
Index of the bit to access. |
Created with MrDocs