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

来自cppreference.com
< cpp‎ | container‎ | unordered multiset
2017年9月23日 (六) 22:08Fruderica讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
 
 
 
 
hasher hash_function() const;
(C++11 起)

返回对键计算散列的函数。

目录

[编辑] 参数

(无)

[编辑] 返回值

散列函数。

[编辑] 复杂度

常数。

[编辑] 参阅

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