equal
  deleted
  inserted
  replaced
  
    
    
   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) { |