Hasher<T> typedef
Takes an element of type T
and computes its hash code, returning the code's
integer value.
Implementation
typedef int Hasher<T>(T value);
Takes an element of type T
and computes its hash code, returning the code's
integer value.
typedef int Hasher<T>(T value);