lemon/bits/vector_map.h
changeset 525 9605e051942f
parent 463 88ed40ad0d4f
child 664 4137ef9aacc6
equal deleted inserted replaced
9:ac10f323c455 10:ffa537567679
   122     }
   122     }
   123 
   123 
   124 
   124 
   125     // \brief Template assign operator.
   125     // \brief Template assign operator.
   126     //
   126     //
   127     // The given parameter should be conform to the ReadMap
   127     // The given parameter should conform to the ReadMap
   128     // concecpt and could be indiced by the current item set of
   128     // concecpt and could be indiced by the current item set of
   129     // the NodeMap. In this case the value for each item
   129     // the NodeMap. In this case the value for each item
   130     // is assigned by the value of the given ReadMap.
   130     // is assigned by the value of the given ReadMap.
   131     template <typename CMap>
   131     template <typename CMap>
   132     VectorMap& operator=(const CMap& cmap) {
   132     VectorMap& operator=(const CMap& cmap) {