|
HoverRace
2.0
|
Functions | |
| template<class T > | |
| void | Combine (std::size_t &seed, const T &v) |
| Mix in a value into a hash. More... | |
|
inline |
Mix in a value into a hash.
This can be used to build a hash value from multiple values.
The algorithm is based on boost::hash_combine, but uses std::hash instead of boost::hash.
| [in,out] | seed | The accumulating hash value. |
| v | The value to mix in. |
1.8.11