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
Name |
Description |
ilist |
The initializer list of elements to insert. |
Created with MrDocs