[#prevector-01-front-0d] = xref:prevector-01.adoc[prevector<36, unsigned char>]::front :relfileprefix: ../ :mrdocs: `front` overloads == Synopses Declared in `<prevector.h>` Returns a reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char& xref:prevector-01/front-04.adoc[front](); ---- [.small]#xref:prevector-01/front-04.adoc[_» more..._]# Returns a const reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const& xref:prevector-01/front-00.adoc[front]() const; ---- [.small]#xref:prevector-01/front-00.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]#