stl:multiset:swap
From C++ Reference
swap
Syntax:
#include <set> void swap( container& from );
The swap() function exchanges the elements of the current multiset with those of from. This function operates in constant time.
From C++ Reference
Syntax:
#include <set> void swap( container& from );
The swap() function exchanges the elements of the current multiset with those of from. This function operates in constant time.