[#bitdeque-operator_subs-0f] = 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/reference.adoc[reference] operator[](xref:bitdeque/size_type.adoc[size_type] position); ---- == Return Value Mutable 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]#