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