front overloads
front
Declared in <prevector.h>
<prevector.h>
Returns a reference to the first element.
T& front();
Returns a const reference to the first element.
T const& front() const;