[#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 reference to the modifiable value at the back of this queue. The reference will remain valid as long as the queue is not destroyed or modified (e.g., via `insert`, `remove`, or `append`). The behavior is undefined if the queue is empty. Note that this function is logically equivalent to: ` operator ‐ 1) ` [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 reference to the non‐modifiable element at the back of this queue. The reference will remain valid as long as this queue is not destroyed or modified (e.g., via `insert`, `remove`, or `append`). The behavior is undefined if this queue is empty. Note that this function is logically equivalent to: ` operator ‐ 1) ` [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#