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