Hash
C++ concepts: Hash
A Hash
is a function object for which the output depends only on the input and has a very low probability of yielding the same output given different input values.
Requirements
The type T
satisfies Hash
if.
- The type
T
satisfiesFunctionObject
,CopyConstructible
,Destructible
, and
Given.
-
h
, a value of typeT
orconst T
, whose argument type isKey
-
k
, a value of type conv