Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
std-hash.hh File Reference
#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)
 

Detailed Description

Hashing utilities for use with std::unordered_map, etc. (i.e. low level implementation logic, not domain logic like Nix hashing).

Function Documentation

◆ hash_combine()

void nix::hash_combine ( std::size_t & seed)
inline

hash_combine() from Boost. Hash several hashable values together into a single hash.