absl::linked_hash_map::linked_hash_map

Constructs a map from an initializer list.

Synopsis

Declared in <absl/container/linked_hash_map.h>

linked_hash_map(
    std::initializer_list<value_type> init,
    allocator_type const& alloc);

Parameters

NameDescription
initThe initializer list of elements.
allocThe allocator to use.