Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
hash | |
Hash functions. | |
Functions | |
std::uint32_t | hash::combine (std::uint32_t x, std::uint32_t y) noexcept |
Combines two hash values. More... | |
std::uint64_t | hash::combine (std::uint64_t x, std::uint64_t y) noexcept |
Combines two hash values. More... | |