|
EtcPal
HEAD (unstable)
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
C++ utilities for hashing.
Functions | |
| template<class T > | |
| void | HashCombine (size_t &seed, const T &val) |
| A function that combines the hash of a new value into an existing seed, based on boost::hash_combine. More... | |
|
inline |
A function that combines the hash of a new value into an existing seed, based on boost::hash_combine.
Example:
| seed | The seed which will be updated. |
| val | The value to hash and combine into the seed. |