std::multiset<Key,Compare,Allocator>::~multiset

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

~multiset();

A destructor. Destructs the multiset

Complexity

Linear in the size of the multiset.