absl::linked_hash_map::linked_hash_map

Constructs an empty map with the given allocator.

Synopsis

Declared in <absl/container/linked_hash_map.h>

explicit
linked_hash_map(allocator_type const& alloc);

Parameters

NameDescription
allocThe allocator to use.