[#absl-linked_hash_set-rehash] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::rehash :relfileprefix: ../../ :mrdocs: Rehashes the underlying hash set to hold at least `n` buckets. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void rehash(size_t n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The minimum number of buckets. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#