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

Name

Description

other

The set to swap with.

Created with MrDocs