#include <lemon/map_iterator.h>
Public Member Functions | |
ConstMapIt (const Graph &_graph, const Map &_map) | |
Creates an iterator. | |
MapTraits< Map >::ConstReturnValue | operator * () const |
Gives back the map's value on the current position. |
|
Creates an iterator for the map, which iterates on the given graph item set. |
|
Gives back the map's value on the current position. |