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

Name

Description

alloc

The allocator to use.

Created with MrDocs