public member function
<unordered_map>
Destroy unordered multimap
Destructs the container object. This calls each of the contained element's destructors, and dealocates all the storage capacity allocated by the unordered_multimap container.
Iterator validity
All iterators, pointers and references are invalidated.