template <typename StorageType>

class PerTableSeedImpl

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

Per table hash salt. This gets mixed into H1 to randomize iteration order

per-table.

The seed is needed to ensure non-determinism of iteration order.

Public Members

static const size_t kBitCount
static const IntType kSampledSeed

Public Methods

size_t seed ()

Returns the seed for the table.

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

Friends

template <HashtableCapacityStorageMode StorageMode>
class HashtableInlineDataImpl