indirectmap::end

end overloads

Synopses

Declared in <indirectmap.h>

Get an iterator past the last entry.

iterator
end();
» more...

Get a const iterator past the last entry.

const_iterator
end() const;
» more...

Return Value

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