TargetMap provides access for the target node of each arc in a digraph, which is returned by the target() function of the digraph. 
| GR | The digraph type. | 
#include <lemon/maps.h>
| Public Types | |
| typedef GR::Arc | Key | 
| The key type (the Arctype of the digraph). | |
| typedef GR::Node | Value | 
| The value type (the Nodetype of the digraph). | |
| Public Member Functions | |
| TargetMap (const GR &digraph) | |
| Constructor.  More... | |
| Value | operator[] (const Key &e) const | 
| Returns the target node of the given arc.  More... | |
| Related Functions | |
| (Note that these are not member functions.) | |
| template<typename GR > | |
| TargetMap< GR > | targetMap (const GR &graph) | 
| Returns a TargetMapclass.  More... | |
| 
 | inlineexplicit | 
Constructor.
| digraph | The digraph that the map belongs to. | 
 1.8.5
 1.8.5