public member function

std::multimap::~multimap

<map>
~multimap ( );
Multimap destructor
Destructs the container object. This calls each of the contained element's destructors, and deallocates all the storage capacity allocated by the multimap container.

Complexity

Linear on multimap::size (destructors).