[#bsl-queue-0a5-back-0d76] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::back :relfileprefix: ../../ :mrdocs: `back` overloads == Synopses Declared in `<bslstl_queue.h>` Return a reference providing modifiable access to the back (the latest pushed) element of this `queue` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/queue-0a5/reference.adoc[queue<VALUE, CONTAINER>::reference] xref:bsl/queue-0a5/back-0a.adoc[back](); ---- [.small]#xref:bsl/queue-0a5/back-0a.adoc[_» more..._]# Return the immutable back (the latest pushed) element from this `queue` object. In effect, performs `c.back()`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/queue-0a5/const_reference.adoc[queue<VALUE, CONTAINER>::const_reference] xref:bsl/queue-0a5/back-0d72.adoc[back]() const; ---- [.small]#xref:bsl/queue-0a5/back-0d72.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#