#include <lemon/concepts/matrix_maps.h>

Public Types | |
| typedef K1 | FirstKey |
| Map's first key type. | |
| typedef K2 | SecondKey |
| Map's second key type. | |
| typedef V | Value |
| Map's value type. (The type of objects associated with the pairs of keys). | |
Public Member Functions | |
| Value | operator() (const FirstKey &, const SecondKey &) const |
| Returns the value associated with a pair of keys. | |
| void | set (const FirstKey &, const SecondKey &, const Value &) |
| Sets the value associated with the pair of keys. | |
1.5.9