[#absl-chunked_queue-push_back-024] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::push_back :relfileprefix: ../../ :mrdocs: Appends the given element value to the end of the container. == Synopses Declared in `<absl/container/chunked_queue.h>` Appends the given element value to the end of the container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:absl/chunked_queue/push_back-02c.adoc[push_back](T const& val); ---- [.small]#xref:absl/chunked_queue/push_back-02c.adoc[_» more..._]# Appends the given element value to the end of the container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:absl/chunked_queue/push_back-08.adoc[push_back](T&& val); ---- [.small]#xref:absl/chunked_queue/push_back-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *val* | The value to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#