#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.
H absl::hash_internal::HashStateBase< H >::combine | ( | H | state, |
const T & | value, | ||
const Ts &... | values | ||
) | [static] |
Definition at line 839 of file internal/hash.h.
static H absl::hash_internal::HashStateBase< H >::combine | ( | H | state | ) | [inline, static] |
Reimplemented in absl::hash_internal::SpyHashStateImpl< T >.
Definition at line 104 of file internal/hash.h.
H absl::hash_internal::HashStateBase< H >::combine_contiguous | ( | H | state, |
const T * | data, | ||
size_t | size | ||
) | [static] |
Definition at line 848 of file internal/hash.h.