std::map<Key,T,Compare,Allocator>::~map
From cppreference.com
C++
Containers library
Sequence | ||||
(C++11)
|
||||
(C++26)
|
||||
(C++11)
|
||||
Associative | ||||
Unordered associative | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
Adaptors | ||||
(C++23)
|
||||
(C++23)
|
||||
(C++23)
|
||||
(C++23)
|
||||
Views | ||||
(C++20)
|
||||
(C++23)
|
||||
Tables | ||||
Iterator invalidation | ||||
Member function table | ||||
Non-member function table |
std::map
Member functions | |||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Non-member functions | |||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Deduction guides (C++17) |
~map(); |
||
A destructor.
Destructs the map
Complexity
Linear in the size of the map
.