Key
and Value
is inherited from M
.Actually,
ShiftMap<X> sh(x,v);
ConstMap<X::Key, X::Value> c_tmp(v); AddMap<X, ConstMap<X::Key, X::Value> > sh(x,v);
#include <lemon/maps.h>
Public Member Functions | |
ShiftMap (const M &_m, const C &_v) | |
Constructor. | |
Value | operator[] (Key k) const |
| |
Related Functions | |
(Note that these are not member functions.) | |
template<typename M , typename C > | |
ShiftMap< M, C > | shiftMap (const M &m, const C &v) |
Returns a ShiftMap class. |
ShiftMap | ( | const M & | _m, | |
const C & | _v | |||
) | [inline] |
Constructor
_m | is the undelying map | |
_v | is the shift value |