Copy constructor using the given allocator.
Declared in <absl/container/linked_hash_set.h>
linked_hash_set(
linked_hash_set const& other,
allocator_type const& alloc);
| Name | Description |
|---|---|
| other | The set to copy from. |
| alloc | The allocator to use. |