Calculates the hash value of arg with an optional seed initial value. The result might not be equal to typeid(T).getHash(&arg).
argument to calculate the hash value of
optional seed value (may be used for hash chaining)
Return: calculated hash value of arg
See Implementation
Calculates the hash value of arg with an optional seed initial value. The result might not be equal to typeid(T).getHash(&arg).