Swaps the first argument for the last argument.
template <class Key, class T, class Compare, class Allocator> void swap (multimap<Key,T,Compare,Allocator>& x, multimap<Key,T,Compare,Allocator>& y);