Access an element without bounds checking.

Synopsis

Declared in <util/bitdeque.h>

reference
operator[](size_type position);

Return Value

Mutable reference to the requested bit.

Parameters

Name

Description

position

Index of the bit to access.

Created with MrDocs