std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::hash_function
来自cppreference.com
std::unordered_multimap hasher hash_function() const; |
(C++11 起) | |
返回对键计算散列的函数。
(无)
散列函数。
常数。
| 返回用于比较键的相等性的函数 (公开成员函数) [编辑] |