[#BloombergLP-bdlc-Queue-operator_subs-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::operator[] :relfileprefix: ../../../ :mrdocs: Subscript operators == Synopses Declared in `<bdlc_queue.h>` Return a modifiable reference to the element at the specified `index`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T& xref:BloombergLP/bdlc/Queue/operator_subs-0d.adoc[operator[]](int index); ---- [.small]#xref:BloombergLP/bdlc/Queue/operator_subs-0d.adoc[_» more..._]# Return a non‐modifiable reference to the element at `index`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& xref:BloombergLP/bdlc/Queue/operator_subs-00.adoc[operator[]](int index) const; ---- [.small]#xref:BloombergLP/bdlc/Queue/operator_subs-00.adoc[_» more..._]# == Return Value * modifiable reference to the element at `index` * non‐modifiable reference to the element at `index` == Parameters [cols="1,4"] |=== | Name| Description | *index* | position of the element to access |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#