|
|
|
typedef TUint32(* TGeneralHashFunction32)(const TAny*);
Defines a function type used by a THashFunction32THashFunction32 object.
A function of this type implements an algorithm for producing a 32 bit hash value from a key.
THashFunction32THashFunction32A templated class which packages a function that calculates a 32 bit hash value ...