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