<hash_set>

备注

此标头已过时。另一种方法是 <unordered_set>

定义容器模板选件类 hash_set 和 hash_multiset 及其支持的模板。

#include <hash_set>

备注

在 Visual C++ .NET 2003 中,<hash_map> 和 <hash_set> 标头文件的成员中不再标准,命名空间,而是将 stdext 命名空间。 有关更多信息,请参见 stdext 命名空间

bksash1t.collapse_all(zh-cn,VS.110).gif运算符

Hash_set 版本

Hash_multiset 版本

描述

运算符!= (hash_set)

运算符!= (hash_multiset)

如果在运算符的左边 hash_set 或 hash_multiset 对象与右侧,的 hash_set 或 hash_multiset 对象不相等测试。

operator== (hash_set)

operator== (hash_multiset)

如果在运算符的左边 hash_set 或 hash_multiset 对象与右侧,的 hash_set 或 hash_multiset 对象相等测试。

bksash1t.collapse_all(zh-cn,VS.110).gif专用模板函数

Hash_set 版本

Hash_multiset 版本

描述

交换 (hash_set)

交换 (hash_multiset)

交换两 hash_sets 或 hash_multisets 的元素。

bksash1t.collapse_all(zh-cn,VS.110).gif

hash_compare 选件类

描述可由任意哈希关联容器的对象— hash_map、hash_multimap、hash_set 或 hash_multiset 使用),以便对命令和哈希的默认 Traits 参数对象它们包含的元素。

hash_set 选件类

为数据存储和快速检索从元素的值包含的集合的使用唯一且用作键值。

hash_multiset 选件类

为数据存储和快速检索从元素的值包含的集合的使用唯一且用作键值。

请参见

参考

线程安全性对标准C++库中

标准模板库

其他资源

标头文件