#include <lemon/graph_utils.h>
| Public Types | |
| typedef InvertableMap::Key | Value | 
| The value type of the InverseMap. | |
| typedef InvertableMap::Value | Key | 
| The key type of the InverseMap. | |
| Public Member Functions | |
| InverseMap (const InvertableMap &_inverted) | |
| Value | operator[] (const Key &key) const | 
| Subscript operator. | |
| InverseMap | ( | const InvertableMap & | _inverted | ) |  [inline, explicit] | 
Constructor of the InverseMap.
Subscript operator. It gives back always the item what was last assigned to the value.
 1.5.9
 1.5.9