std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::~unordered_multimap

From cppreference.com

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

A destructor. Destructs the unordered_multimap

Complexity

Linear in the size of the unordered_multimap.