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