#include <lemon/maps.h>
Key
and Value
are inherited from M
. It can also be used as write map if the /
operator is defined between Value
and C
and the given multiplier is not zero.The simplest way of using this map is through the scaleWriteMap() function.
Public Member Functions | |
ScaleWriteMap (M &m, const C &v) | |
Constructor. | |
Value | operator[] (const Key &k) const |
| |
void | set (const Key &k, const Value &v) |
| |
Related Functions | |
(Note that these are not member functions.) | |
template<typename M, typename C> | |
ScaleWriteMap< M, C > | scaleWriteMap (M &m, const C &v) |
Returns a ScaleWriteMap class. |
ScaleWriteMap | ( | M & | m, | |
const C & | v | |||
) | [inline] |
Constructor.
m | The undelying map. | |
v | The constant value. |