省交通运输厅党组书记、厅长王振才了解白山至临江...
From cppreference.com
< cpp | container | unordered set
百度 要严明纪律规矩,确保机构改革风清气正,做到思想不乱、工作不断、队伍不散、干劲不减。
~unordered_set(); |
(since C++11) (constexpr since C++26) |
|
Destructs the unordered_set
. The destructors of the elements are called and the used storage is deallocated.
[edit] Complexity
Linear in the size of *this.
[edit] Notes
If the elements are pointers, the pointed-to objects are not destroyed.