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