public member function

std::multiset::~multiset

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

Complexity

Linear on multiset::size (destructors).