struct PolicyFunctions
Defined at line 1885 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
PolicyFunctions bundles together some information for a particular
raw_hash_set
<T
, ...> instantiation. This information is passed to
type-erased functions that want to do small amounts of type-specific
work.
Public Members
size_t slot_size
size_t (*)(const void *, void *) hash_slot
void (*)(void *, void *, void *) transfer
void (*)(CommonFields &, const PolicyFunctions &) dealloc