Namespaces
Variants

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

From cppreference.net

hasher hash_function ( ) const ;
(C++11 이후)

키를 해시하는 함수를 반환합니다.

목차

매개변수

(없음)

반환값

해시 함수.

복잡도

상수.

참고 항목

키 동등성 비교에 사용되는 함수를 반환합니다
(public member function)