Access an element without bounds checking.
Declared in <util/bitdeque.h>
Access an element without bounds checking.
reference
operator[](size_type position);
» more...
Access an element without bounds checking.
const_reference
operator[](size_type position) const;
» more...
| Name | Description |
|---|---|
| position | Index of the bit to access. |