#include <lemon/maps.h>
Key
and Value
is inherited from M
.Actually,
ScaleMap<X> sc(x,v);
ConstMap<X::Key, X::Value> c_tmp(v); MulMap<X, ConstMap<X::Key, X::Value> > sc(x,v);
Definition at line 356 of file maps.h.
Public Member Functions | |
ScaleMap (const M &_m, const Value &_v) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
ScaleMap< M > | scaleMap (const M &m, const typename M::Value &v) |
Returns an ScaleMap class. |
|
Constructor
|