[#bsl-unordered_map-0bf-insert-0d] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-0bf.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>]::insert :relfileprefix: ../../ :mrdocs: Create a `value_type` object for each element in the specified `values`. Insert into this unordered map each such object whose key is not already contained. Note that this method requires that the (template parameter) types `KEY` and `VALUE` both be `copy‐constructible` (see {Requirements on `value_type`}). == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert(std::initializer_list<value_type> values); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#