[#absl-linked_hash_map-2constructor-0a] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::linked_hash_map :relfileprefix: ../../ :mrdocs: Constructs a map by moving from another map. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- linked_hash_map(xref:absl/linked_hash_map.adoc[linked_hash_map]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The map to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#