#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 | |
void | set (const FirstKey &, const SecondKey &, const Value &) |
Sets the value associated with the pair of keys. |