end overloads
end
Declared in <prevector.h>
<prevector.h>
Returns an iterator one past the last element.
iterator end();
Returns a const iterator one past the last element.
const_iterator end() const;