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

Name

Description

alloc

The allocator to use.

Created with MrDocs