file
Hash.hGeneral hashing algorithms.
Namespaces
- namespace slang
- Root namespace.
Functions
-
template<typename T, typename... Rest>void hash_combine(size_t& seed, const T& v, Rest... rest)
- Hash combining function, based on the function from Boost.