#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< V, K > | constMap (const K &k) |
Returns a ConstMap class. |
|
The value of the map will be uninitialized. (More exactly it will be default constructed.) |
|
|