[#absl-linked_hash_map-2constructor-087] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::linked_hash_map :relfileprefix: ../../ :mrdocs: Constructs an empty map with the given allocator. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit linked_hash_map(xref:absl/linked_hash_map/allocator_type.adoc[allocator_type] const& alloc); ---- == Parameters [cols="1,4"] |=== | Name| Description | *alloc* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#