命名空间
变体
操作

std::unordered_map<Key,T,Hash,KeyEqual,Allocator>::hash_function

来自 cppreference.com
 
 
 
 
hasher hash_function() const;
(自 C++11 起)

返回哈希键的函数。

内容

[编辑] 参数

(无)

[编辑] 返回值

哈希函数。

[编辑] 复杂度

恒定。

[编辑] 另请参阅

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