public member function
<unordered_set>

std::unordered_multiset::~unordered_multiset

~unordered_multiset();
Destroy unordered multiset
Destructs the container object. This calls each of the contained element's destructors, and dealocates all the storage capacity allocated by the unordered_multiset container.

Complexity

Linear on unordered_multiset::size (destructors).

Iterator validity

All iterators, pointers and references are invalidated.