Merges the elements of another map into this one.

Synopsis

Declared in <absl/container/linked_hash_map.h>

template<
    typename H,
    typename E>
void
merge(linked_hash_map<Key, Value, H, E, Alloc>&& src);

Parameters

Name

Description

src

The source map whose elements are moved in.

Created with MrDocs