template <class Hash, bool kIsDefault>

struct HashElement

Defined at line 494 of file ../../third_party/abseil-cpp/src/absl/container/internal/container_memory.h

Variadic arguments hash function that ignore the rest of the arguments.

Useful for usage with policy traits.

Public Members

const Hash & hash
size_t seed

Public Methods

void HashElement<Hash, kIsDefault> (const Hash & h, size_t s)

Defined at line 495 of file ../../third_party/abseil-cpp/src/absl/container/internal/container_memory.h

template <class K, class... Args>
size_t operator() (const K & key, Args &&... )

Defined at line 498 of file ../../third_party/abseil-cpp/src/absl/container/internal/container_memory.h