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