Access an element without bounds checking.
Synopses
Declared in <util/bitdeque.h>
Access an element without bounds checking.
reference
operator[](size_type position);
Access an element without bounds checking.
const_reference
operator[](size_type position) const;
Return Value
-
Mutable reference to the requested bit.
-
Read‐only reference to the requested bit.
Parameters
Name |
Description |
position |
Index of the bit to access. |
Created with MrDocs