#include <hash.h>
Static Public Member Functions | |
template<typename T , typename... Ts> | |
static H | combine (H state, const T &value, const Ts &...values) |
static H | combine (H state) |
template<typename T > | |
static H | combine_contiguous (H state, const T *data, size_t size) |
Definition at line 83 of file internal/hash.h.
|
static |
Definition at line 839 of file internal/hash.h.
|
inlinestatic |
Definition at line 104 of file internal/hash.h.
|
static |
Definition at line 848 of file internal/hash.h.