bitdeque::operator[]

Access an element without bounds checking.

Synopsis

Declared in <util/bitdeque.h>

const_reference
operator[](size_type position) const;

Return Value

Read-only reference to the requested bit.

Parameters

NameDescription
positionIndex of the bit to access.