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