|
forpy
2
|
#include <cstddef>#include <vector>Go to the source code of this file.
Classes | |
| struct | forpy::vector_hasher |
| A simple vector<size_t> hasher. More... | |
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_UTIL_HASH_H_ |
Functions | |
| static size_t | forpy::hash_fnv_1a (const unsigned char *key, const size_t &len) |
| Quick and easy implementation of 64-bit FNV 1a hash. More... | |