absl::linked_hash_set::linked_hash_set

Move constructor using the given allocator.

Synopsis

Declared in <absl/container/linked_hash_set.h>

linked_hash_set(
    linked_hash_set&& other,
    allocator_type const& alloc);

Parameters

NameDescription
otherThe set to move from.
allocThe allocator to use.