[#absl-chunked_queue-back-0c] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::back :relfileprefix: ../../ :mrdocs: Returns a const reference to the last element in the container. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& back() const; ---- == Description REQUIRES: !empty() == Return Value A const reference to the last element. [.small]#Created with https://www.mrdocs.com[MrDocs]#