std::unordered_multimap::~unordered_multimap
Aus cppreference.com
< cpp | container | unordered multimap
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
~unordered_multimap(); |
(seit C++11) | |
Die Destructs the container. Destruktoren der Elemente genannt werden und die Speicherung genutzt wird freigegeben. Man beachte, dass, wenn die Elemente Zeiger sind, sind die spitzen-Objekte nicht zerstört .
Original:
Destructs the container. The destructors of the elements are called and the used storage is deallocated. Note, that if the elements are pointers, the pointed-to objects are not destroyed.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Komplexität
Linear in the size of the container.