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

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

~map();

A destructor. Destructs the map

Complexity

Linear in the size of the map.