|
roo_collections
API Documentation for roo_collections
|
Hashing utilities used by roo_collections containers. More...
#include <inttypes.h>#include <stddef.h>Go to the source code of this file.
Namespaces | |
| namespace | roo_collections |
Functions | |
| uint32_t | roo_collections::murmur3_32 (const void *key, size_t len, uint32_t seed) |
| Computes 32-bit MurmurHash3 of a binary buffer. | |
Hashing utilities used by roo_collections containers.
Definition in file hash.h.