bitdeque::at

Access an element with bounds checking, throwing std::out_of_range if out of bounds.

Synopsis

Declared in <util/bitdeque.h>

reference
at(size_type position);

Return Value

Mutable reference to the requested bit.

Parameters

NameDescription
positionIndex of the bit to access.