#include <cstddef>Include dependency graph for hashfunc.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | spot |
Functions | |
| size_t | spot::wang32_hash (size_t key) |
| Thomas Wang's 32 bit hash function. | |
| size_t | spot::knuth32_hash (size_t key) |
| Knuth's Multiplicative hash function. | |
1.5.2