命名空间
变体
操作

std::unordered_set<Key,Hash,KeyEqual,Allocator>::hash_function

来自 cppreference.com
< cpp‎ | 容器‎ | 无序集合
 
 
 
 
hasher hash_function() const;
(自 C++11 起)

返回对键进行哈希的函数。

内容

[编辑] 参数

(无)

[编辑] 返回值

哈希函数。

[编辑] 复杂度

常数。

[编辑] 另请参阅

返回用于比较键是否相等的函数
(公共成员函数) [编辑]