=====swap===== Syntax: #include void swap( map& from ); The swap() function exchanges the elements of the current map with those of from. This function operates in [[/complexity|constant time]].