std::unordered_map<Key,T,Hash,KeyEqual,Allocator>::hash_function - cppreference.com

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

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

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

参数

(无)

返回值

散列函数。

复杂度

常数。

参阅