[#VecDeque-emplace_front] = xref:VecDeque.adoc[VecDeque]::emplace_front :relfileprefix: ../ :mrdocs: Construct a new element at the beginning of the deque. == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> void emplace_front(Args&&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | Arguments forwarded to the constructor of the new element. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#