absl::linked_hash_set::swap

Swaps the contents of this set with another.

Synopsis

Declared in <absl/container/linked_hash_set.h>

void
swap(linked_hash_set& other) noexcept;

Parameters

NameDescription
otherThe set to swap with.