C++ 无序映射库 - ~unordered_map() 函数



描述

C++ 函数std::unordered_map::~unordered_map() 通过释放其内存来销毁 unordered_map 对象。

声明

以下是来自 std::unordered_map 头文件的 std::unordered_map::~unordered_map() 函数的声明。

C++11

~unordered_map()

参数

返回值

析构函数从不返回值。

unordered_map.htm
广告