|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Primary template for generating 32-bit hash codes from arbitrary types using byte-level folding. More...
#include <HashHelper.h>
Static Public Member Functions | |
| static int | GetHashCode (const T &value) |
| Computes a 32-bit hash code for the specified value. | |
Primary template for generating 32-bit hash codes from arbitrary types using byte-level folding.
| T | The value type to hash. Standard Citation: ECMA-335 CLI Common Language Infrastructure. |
Definition at line 21 of file HashHelper.h.
|
inlinestatic |
Computes a 32-bit hash code for the specified value.
| value | The value to hash. |
Definition at line 25 of file HashHelper.h.
Referenced by DotNetDupe::System::Collections::Generic::Dictionary< TKey, TValue >::Remove().