Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::unorde...ash_function(3) C++ Standard Libarystd::unorde...ash_function(3)

NAME
       std::unordered_map::hash_function - std::unordered_map::hash_function

Synopsis
	  hasher hash_function() const;	 (since	C++11)

	  Returns the function that hashes the keys.

Parameters
	  (none)

Return value
	  The hash function.

Complexity
	  Constant.

See also
	  key_eq  returns the function used to compare keys for	equality
	  (C++11) (public member function)

http://cppreference.com		  2022.07.31	 std::unorde...ash_function(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::unordered_map::hash_function&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help