const self& operator=(const self &x)
 
        Container content assignment operator. 
        This function supports auto-commit. 
        
          
          
            
            The source container whose key/data pairs will be inserted into the target container. Old content in the target container is discarded. 
           
         
        
          
          The container x's reference.