std::unordered_set<Key,Hash,KeyEqual,Allocator>::~unordered_set

From cppreference.com

~unordered_set();
(since C++11)

A destructor. Destructs the unordered_set

Complexity

Linear in the size of the unordered_set.