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