absl::linked_hash_set::rehash

Rehashes the underlying hash set to hold at least n buckets.

Synopsis

Declared in <absl/container/linked_hash_set.h>

void
rehash(size_t n);

Parameters

NameDescription
nThe minimum number of buckets.