Hasher<T> Class

A hash function object that calls one of the GetHashCode function overloads with its argument.

Model of HashFunction .

Inheritance

Template Parameters

T

Member Functions

public inline nothrow ulong operator()(const T& x)

Member Function Details

operator() Member Function

public inline nothrow ulong operator()(const T& x)

Definition
Line 105 of System.Base/Hashtable.cm