std::unordered_multimap::~unordered_multimap
提供: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(); |
(C + + 11以来) | |
Destructs the container.要素のデストラクタが呼ばれ、使用されるストレージの割り当てが解除されます。要素がポインタである場合には、ポイント先のオブジェクトが破棄されないことに注意して、.
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.
[編集] 複雑
Linear in the size of the container.