#include <lemon/maps.h>
Value
of a maps to type T
. Its Key
is inherited from M
.
Public Types | |
typedef M::Key | Key |
| |
typedef T | Value |
| |
Public Member Functions | |
ConvertMap (const M &_m) | |
Constructor. | |
Value | operator[] (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.
|