Base class of maps. It provides the necessary type definitions required by the map concepts.
#include <lemon/maps.h>
 Inheritance diagram for MapBase< K, V >:
 Inheritance diagram for MapBase< K, V >:| Public Types | |
| typedef K | Key | 
| The key type of the map. | |
| typedef V | Value | 
| The value type of the map. (The type of objects associated with the keys). | |
 1.8.5
 1.8.5