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