命名空间
变体
操作

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

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

返回键的哈希函数。

目录

[编辑] 参数

(无)

[编辑] 返回值

哈希函数。

[编辑] 复杂度

常数时间。

[编辑] 参阅

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