mini-llvm 0.1.0
Loading...
Searching...
No Matches
HashCombine.h File Reference
#include <climits>
#include <cstddef>
#include <cstdint>
#include <functional>
Include dependency graph for HashCombine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mini_llvm

Functions

template<typename T, typename Hash = std::hash<T>>
constexpr void mini_llvm::hash_combine (size_t &seed, const T &v) noexcept