prevector::begin

begin overloads

Synopses

Declared in <prevector.h>

Returns an iterator to the first element.

iterator
begin();
» more...

Returns a const iterator to the first element.

const_iterator
begin() const;
» more...

Return Value

  • An iterator to the first element.
  • A const iterator to the first element.