absl::linked_hash_map::swap

Swaps the contents of this map with another.

Synopsis

Declared in <absl/container/linked_hash_map.h>

void
swap(linked_hash_map& other) noexcept;

Parameters

NameDescription
otherThe map to swap contents with.