absl::linked_hash_set::linked_hash_set

Constructs an empty set with the given allocator.

Synopsis

Declared in <absl/container/linked_hash_set.h>

explicit
linked_hash_set(allocator_type const& alloc);

Parameters

NameDescription
allocThe allocator to use.