Swaps the first argument with the second argument.
template <class Key, class Compare, class Allocator> void swap (multiset<Key,Compare,Allocator>& x, multiset<Key,Compare,Allocator>& y);