Returns a const reference to the first element.
Synopsis
Declared in <prevector.h>
T const&
front() const;
Return Value
A const reference to the first element.
Created with MrDocs
Returns a const reference to the first element.
Declared in <prevector.h>
T const&
front() const;
A const reference to the first element.
Created with MrDocs