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

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

返回對鍵計算散列的函數。

目錄

[編輯] 參數

(無)

[編輯] 返回值

散列函數。

[編輯] 複雜度

常數。

[編輯] 參閱

返回用於比較鍵的相等性的函數
(公開成員函數) [編輯]