[#BloombergLP-bdlc-Queue-back-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::back :relfileprefix: ../../../ :mrdocs: 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) ` == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T& back(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#