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 102 of System.Base/Hashtable.cm

Inheritance

Template Parameters

T

Member Functions

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

Member Function Details

operator() Member Function

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

Definition
Line 104 of System.Base/Hashtable.cm