public member function
<unordered_set>
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.
Iterator validity
All iterators, pointers and references are invalidated.