forpy  2
hash.h File Reference
#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...
 

Macro Definition Documentation

◆ FORPY_UTIL_HASH_H_

#define FORPY_UTIL_HASH_H_

Definition at line 3 of file hash.h.