|
Euphoria
|
A utility for combining hash values of multiple objects into a single hash value. More...
Public Member Functions | |
| template<typename T > | |
| HashCombiner & | combine (const T &t) |
| Combines the hash of the given object with the current result. | |
Public Attributes | |
| std::size_t | result = 17 |
A utility for combining hash values of multiple objects into a single hash value.
|
inline |
Combines the hash of the given object with the current result.
src: https://stackoverflow.com/a/17017281/180307 numbers from: https://stackoverflow.com/a/1646913/180307