#include <functional>
Go to the source code of this file.
Functions | |
void | nix::hash_combine (std::size_t &seed) |
template<typename T, typename... Rest> | |
void | nix::hash_combine (std::size_t &seed, const T &v, Rest... rest) |
Hashing utilities for use with std::unordered_map
, etc. (i.e. low level implementation logic, not domain logic like Nix hashing).
|
inline |
hash_combine()
from Boost. Hash several hashable values together into a single hash.