Constructs a map by copying another map, using the given allocator.

Synopsis

Declared in <absl/container/linked_hash_map.h>

linked_hash_map(
    linked_hash_map const& other,
    allocator_type const& alloc);

Parameters

Name

Description

other

The map to copy from.

alloc

The allocator to use.

Created with MrDocs