[#bsl-map-0af-insert-08] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::insert :relfileprefix: ../../ :mrdocs: Insert into this map the value of each `value_type` object in the specified `values` initializer list if a key equivalent to that of the object is not already contained in this map. This method requires that the (template parameter) types `KEY` and `VALUE` both be `copy‐insertable` into this map (see {Requirements on `KEY` and `VALUE`}). == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert(std::initializer_list<value_type> values); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#