[#VecDeque-front-07] = xref:VecDeque.adoc[VecDeque]::front :relfileprefix: ../ :mrdocs: Get a const reference to the first element of the deque. Requires !empty(). == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& front() const noexcept; ---- == Return Value A const reference to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#