absl::linked_hash_map::linked_hash_map

Constructs a map by copying another map.

Synopsis

Declared in <absl/container/linked_hash_map.h>

linked_hash_map(linked_hash_map const& other);

Parameters

NameDescription
otherThe map to copy from.