[#absl-chunked_queue-push_back-02c] = 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. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(T const& val); ---- == Description Invalidates `end()` iterator. References to other elements remain valid. == Parameters [cols="1,4"] |=== | Name| Description | *val* | The value to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#