[#bitdeque-operator_subs-02] = xref:bitdeque.adoc[bitdeque]::operator[] :relfileprefix: ../ :mrdocs: Access an element without bounds checking. == Synopses Declared in `<util/bitdeque.h>` Access an element without bounds checking. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/reference.adoc[reference] xref:bitdeque/operator_subs-0f.adoc[operator[]](xref:bitdeque/size_type.adoc[size_type] position); ---- [.small]#xref:bitdeque/operator_subs-0f.adoc[_» more..._]# Access an element without bounds checking. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/const_reference.adoc[const_reference] xref:bitdeque/operator_subs-09.adoc[operator[]](xref:bitdeque/size_type.adoc[size_type] position) const; ---- [.small]#xref:bitdeque/operator_subs-09.adoc[_» more..._]# == Return Value * Mutable reference to the requested bit. * 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]#