#include <lemon/maps.h>
Inherits MapBase< M::Key, T >.
Inheritance diagram for ConvertMap:
Value
of a maps to type T
. Its Key
is inherited from M
.
Public Member Functions | |
ConvertMap (const M &_m) | |
Constructor. | |
Value | operator[] (const Key &k) const |
The subscript operator. | |
Related Functions | |
(Note that these are not member functions.) | |
ConvertMap< M, T > | convertMap (const M &m) |
Returns an ConvertMap class. |
ConvertMap | ( | const M & | _m | ) | [inline] |
Constructor
_m | is the underlying map |
Value operator[] | ( | const Key & | k | ) | const [inline] |
The subscript operator.
k | The key |