[#BloombergLP-bdlc-Queue-back-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::back :relfileprefix: ../../../ :mrdocs: `back` overloads == Synopses Declared in `<bdlc_queue.h>` Return a modifiable reference to the value at the back of this queue. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T& xref:BloombergLP/bdlc/Queue/back-0e.adoc[back](); ---- [.small]#xref:BloombergLP/bdlc/Queue/back-0e.adoc[_» more..._]# Return a non‐modifiable reference to the element at the back. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& xref:BloombergLP/bdlc/Queue/back-0d.adoc[back]() const; ---- [.small]#xref:BloombergLP/bdlc/Queue/back-0d.adoc[_» more..._]# == Return Value * modifiable reference to the back element * non‐modifiable reference to the back element [.small]#Created with https://www.mrdocs.com[MrDocs]#