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