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

Name

Description

n

The minimum number of buckets.

Created with MrDocs