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