[#VecDeque-push_back-08] = xref:VecDeque.adoc[VecDeque]::push_back :relfileprefix: ../ :mrdocs: Copy‐construct a new element at the end of the deque. == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(T const& elem); ---- == Parameters [cols="1,4"] |=== | Name| Description | *elem* | The element to copy to the back. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#