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