#include <functional>

Go to the source code of this file.
Classes | |
| class | Hasher32< keyType > |
| A hash function that hashes keyType to uint32_t. When SSE4.2 support is found, use sse4.2 instructions, otherwise use default hash function std::hash. More... | |
Describes hash functions used in this project.