indirectmap::begin

begin overloads

Synopses

Declared in <indirectmap.h>

Get an iterator to the first entry.

iterator
begin();
» more...

Get a const iterator to the first entry.

const_iterator
begin() const;
» more...

Return Value

  • An iterator to the beginning of the map.
  • A const iterator to the beginning of the map.