#include <lemon/concepts/maps.h>
Public Types | |
typedef K | Key |
The key type of the map. | |
typedef T | Value |
The value type of the map. (The type of objects associated with the keys). | |
Public Member Functions | |
Value | operator[] (const Key &) const |
Returns the value associated with a key. |
Returns the value associated with a key.
Reimplemented in ReadWriteMap< K, T >, ReferenceMap< K, T, R, CR >, ReadWriteMap< Node, T >, ReadWriteMap< Edge, T >, ReadWriteMap< Node, _Value >, ReadWriteMap< K, T >, ReadWriteMap< Edge, _Value >, ReadWriteMap< UEdge, _Value >, ReadWriteMap< UEdge, T >, and ReadWriteMap< _Item, _Value >.