[#prevector-0c-front-0cf] = xref:prevector-0c.adoc[prevector]::front :relfileprefix: ../ :mrdocs: `front` overloads == Synopses Declared in `<prevector.h>` Returns a reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T& xref:prevector-0c/front-0c2.adoc[front](); ---- [.small]#xref:prevector-0c/front-0c2.adoc[_» more..._]# Returns a const reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& xref:prevector-0c/front-03.adoc[front]() const; ---- [.small]#xref:prevector-0c/front-03.adoc[_» more..._]# == Return Value * A reference to the first element. * A const reference to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#