Hasher<T> typedef

int Hasher (T value)

Takes an element of type T and computes its hash code, returning the code's integer value.

Implementation

typedef int Hasher<T>(T value);