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