src/lemon/maps.h
changeset 1329 1bfaec33215b
parent 1223 decf8076d63c
child 1346 639dadf8c00d
equal deleted inserted replaced
12:b17de37600f2 13:6ef62f420d7c
   740 
   740 
   741   ///This map has two \ref concept::WriteMap "writable map"
   741   ///This map has two \ref concept::WriteMap "writable map"
   742   ///parameters and each write request will be passed to both of them.
   742   ///parameters and each write request will be passed to both of them.
   743   ///If \c M1 is also \ref concept::ReadMap "readable",
   743   ///If \c M1 is also \ref concept::ReadMap "readable",
   744   ///then the read operations will return the
   744   ///then the read operations will return the
   745   ///corresponding values \c M1.
   745   ///corresponding values of \c M1.
   746   ///
   746   ///
   747   ///The \c Key and \c Value will be inherited from \c M1.
   747   ///The \c Key and \c Value will be inherited from \c M1.
   748   ///The \c Key and \c Value of M2 must be convertible from those of \c M1.
   748   ///The \c Key and \c Value of M2 must be convertible from those of \c M1.
   749 
   749 
   750   template<class M1,class M2> 
   750   template<class M1,class M2>