Static Public Member Functions | List of all members
absl::hash_internal::HashStateBase< H > Class Template Reference

#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)
 

Detailed Description

template<typename H>
class absl::hash_internal::HashStateBase< H >

Definition at line 83 of file internal/hash.h.

Member Function Documentation

template<typename H>
template<typename T , typename... Ts>
H absl::hash_internal::HashStateBase< H >::combine ( state,
const T &  value,
const Ts &...  values 
)
static

Definition at line 839 of file internal/hash.h.

template<typename H>
static H absl::hash_internal::HashStateBase< H >::combine ( state)
inlinestatic

Definition at line 104 of file internal/hash.h.

template<typename H>
template<typename T >
H absl::hash_internal::HashStateBase< H >::combine_contiguous ( state,
const T *  data,
size_t  size 
)
static

Definition at line 848 of file internal/hash.h.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59