Assigns the contents of an initializer list to the map.

Synopsis

Declared in <absl/container/linked_hash_map.h>

linked_hash_map&
operator=(std::initializer_list<value_type> values);

Return Value

A reference to this map.

Parameters

Name

Description

values

The initializer list of elements.

Created with MrDocs