absl::linked_hash_set::linked_hash_set

Copy constructor.

Synopsis

Declared in <absl/container/linked_hash_set.h>

linked_hash_set(linked_hash_set const& other);

Parameters

NameDescription
otherThe set to copy from.