[#absl-linked_hash_set-capacity] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::capacity :relfileprefix: ../../ :mrdocs: Returns the number of elements the set can hold without rehashing. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t capacity() const; ---- == Return Value The current capacity. [.small]#Created with https://www.mrdocs.com[MrDocs]#