<unordered_set>

定义容器模板选件类 unordered_multisetunordered_set 及其支持的模板。

#include <unordered_set>

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

unordered_multiset Class

存储该密钥哈希表。

unordered_set Class

存储该密钥哈希表。

Bb982706.collapse_all(zh-cn,VS.110).gif函数

operator!= (unordered_multiset)

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

operator== (unordered_multiset)

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

swap Function (unordered_multiset)

交换两多个集。

operator!= (unordered_set)

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

operator== (unordered_set)

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

swap Function (unordered_set)

交换两组。

请参见

参考

unordered_map Class

unordered_multimap Class