Hasher<T> Class

Template Parameters | Member Functions

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

Model of HashFunction .

Definition

Line 103 of System.Base/Hashtable.cm

Inheritance

Template Parameters

T

Member Functions

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

Member Function Details

operator() Member Function

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

Definition
Line 105 of System.Base/Hashtable.cm