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