#include <lemon/graph_utils.h>
Public Member Functions | |
TargetMap (const Graph &_graph) | |
Constructor. | |
Value | operator[] (const Key &e) const |
The subscript operator. | |
Related Functions | |
(Note that these are not member functions.) | |
TargetMap< Graph > | targetMap (const Graph &graph) |
Returns a TargetMap class. |
|
Constructor
|
|
The subscript operator.
|