begin overloads
Synopses
Declared in <prevector.h>
Returns an iterator to the first element.
Returns a const iterator to the first element.
const_iterator
begin() const;
Return Value
-
An iterator to the first element.
-
A const iterator to the first element.
Created with MrDocs