#include <lemon/maps.h>
Inherits MapBase< K, T >.
Inheritance diagram for ConstMap:
Public Member Functions | |
ConstMap () | |
Default constructor. | |
ConstMap (const T &_v) | |
| |
Related Functions | |
(Note that these are not member functions.) | |
ConstMap< K, V > | constMap (const V &v) |
Returns a ConstMap class. | |
ConstMap< K, Const< V, v > > | constMap () |
Returns a ConstMap class. |
ConstMap | ( | ) | [inline] |
The value of the map will be uninitialized. (More exactly it will be default constructed.)
ConstMap | ( | const T & | _v | ) | [inline] |
_v | The initial value of the map. |