![]() |
Murl Engine API
Version 2018.3
|
The default hash functor for objects. More...
#include <murl_hash.h>
The default hash functor for objects.
Public Types | |
typedef DataType | ValueType |
The template parameter value type. More... | |
Public Member Functions | |
UInt32 | operator() (const DataType &x) const |
Calculate the hash for an object of specified type. More... | |
typedef DataType Murl::StdHash< DataType >::ValueType |
The template parameter value type.
|
inline |
Calculate the hash for an object of specified type.
x | The reference to the object. |