[#absl-linked_hash_map-merge-06] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::merge :relfileprefix: ../../ :mrdocs: Merges the elements of another map into this one. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename H, typename E> void merge(xref:absl/linked_hash_map.adoc[linked_hash_map<Key, Value, H, E, Alloc>]&& src); ---- == Parameters [cols="1,4"] |=== | Name| Description | *src* | The source map whose elements are moved in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#