hash_set 成员

[本文档仅供预览,并可能在以后的版本中更改。 Blank topics are included as placeholders.]

参考

运算符

Hash_set 版本

Hash_multiset 版本

说明

运算符! = (hash_set)

运算符! = (hash_multiset)

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

operatorAMP_LT (hash_set)

operatorAMP_LT (hash_multiset)

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

operatorAMP_LT= (hash_set)

operatorAMP_LT= (hash_multiset)

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

operator== (hash_set)

operator== (hash_multiset)

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

operatorAMP_GT (hash_set)

operatorAMP_GT (hash_multiset)

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

operatorAMP_GT= (hash_set)

operatorAMP_GT= (hash_multiset)

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

专用模板函数

Hash_set 版本

Hash_multiset 版本

说明

交换 (hash_set)

交换 (hash_multiset)

交换两 hash_sets 或 hash_multisets 的元素。

hash_compare 类

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

hash_set 类

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

hash_multiset 类

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

请参见

参考

hash_set

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

标准模板库