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