[#bitdeque-operator_subs-09] = xref:bitdeque.adoc[bitdeque]::operator[] :relfileprefix: ../ :mrdocs: Access an element without bounds checking. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/const_reference.adoc[const_reference] operator[](xref:bitdeque/size_type.adoc[size_type] position) const; ---- == Return Value Read‐only reference to the requested bit. == Parameters [cols="1,4"] |=== | Name| Description | *position* | Index of the bit to access. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#