命名空间
变体
操作

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

来自 cppreference.cn
 
 
 
 
hasher hash_function() const;
(since C++11)

返回哈希键的函数。

目录

[edit] 参数

(无)

[edit] 返回值

哈希函数。

[edit] 复杂度

常数。

[edit] 参见

返回用于比较键是否相等的函数
(public member function) [edit]