lemon/bits/array_map.h
changeset 503 9605e051942f
parent 440 88ed40ad0d4f
child 617 4137ef9aacc6
equal deleted inserted replaced
6:520cb1d110d9 7:9f6a7b8ab60e
   133     }
   133     }
   134 
   134 
   135 
   135 
   136     // \brief Template assign operator.
   136     // \brief Template assign operator.
   137     //
   137     //
   138     // The given parameter should be conform to the ReadMap
   138     // The given parameter should conform to the ReadMap
   139     // concecpt and could be indiced by the current item set of
   139     // concecpt and could be indiced by the current item set of
   140     // the NodeMap. In this case the value for each item
   140     // the NodeMap. In this case the value for each item
   141     // is assigned by the value of the given ReadMap.
   141     // is assigned by the value of the given ReadMap.
   142     template <typename CMap>
   142     template <typename CMap>
   143     ArrayMap& operator=(const CMap& cmap) {
   143     ArrayMap& operator=(const CMap& cmap) {