lemon/maps.h
changeset 1439 2c43106bef85
parent 1435 8e85e6bbefdf
child 1456 5289afbdb720
equal deleted inserted replaced
0:bfae1f7147c8 1:e541a29cdea4
   523 
   523 
   524     typedef True NeedCopy;
   524     typedef True NeedCopy;
   525     typedef typename M2::Key Key;
   525     typedef typename M2::Key Key;
   526     typedef typename M1::Value Value;
   526     typedef typename M1::Value Value;
   527 
   527 
   528     typedef True NeedCopy;
       
   529 
       
   530     ///Constructor
   528     ///Constructor
   531 
   529 
   532     ///\e
   530     ///\e
   533     ///
   531     ///
   534     ComposeMap(const M1 &_m1,const M2 &_m2) : m1(_m1), m2(_m2) {};
   532     ComposeMap(const M1 &_m1,const M2 &_m2) : m1(_m1), m2(_m2) {};