std::multimap<Key,T,Compare,Allocator>::~multimap

From cppreference.com
< cpp‎ | container‎ | multimap

~multimap();

A destructor. Destructs the multimap

Complexity

Linear in the size of the multimap.