/home/runner/work/slang/slang/include/slang/util/Hash.h file

General 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.