[#absl-linked_hash_set-empty] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::empty :relfileprefix: ../../ :mrdocs: Returns whether the set is empty. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const; ---- == Return Value `true` if the set contains no elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#