#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. |
|
Constructor
|
|
The subscript operator.
|