Constructs an empty set with the given reservation size and allocator.
Declared in <absl/container/linked_hash_set.h>
linked_hash_set(
size_t reservation_size,
allocator_type const& alloc);
| Name | Description |
|---|---|
| reservation_size | The number of elements to reserve space for. |
| alloc | The allocator to use. |