Constructs a map by moving from another map, using the given allocator.
Declared in <absl/container/linked_hash_map.h>
linked_hash_map(
linked_hash_map&& other,
allocator_type const& alloc);
| Name | Description |
|---|---|
| other | The map to move from. |
| alloc | The allocator to use. |