名稱空間
變體
操作

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

來自 cppreference.com
< cpp‎ | 容器‎ | 無序對映
 
 
 
 
hasher hash_function() const;
(C++11 起)

返回鍵的雜湊函式。

目錄

[編輯] 引數

(無)

[編輯] 返回值

雜湊函式。

[編輯] 複雜度

常數時間。

[編輯] 參閱

返回用於比較鍵是否相等的函式
(公共成員函式) [編輯]