absl::linked_hash_map::insert

Inserts the elements of an initializer list into the map.

Synopsis

Declared in <absl/container/linked_hash_map.h>

void
insert(std::initializer_list<value_type> ilist);

Parameters

NameDescription
ilistThe initializer list of elements to insert.