[#bsl-unordered_multimap-0b0-insert-047] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::insert :relfileprefix: ../../ :mrdocs: Insert the specified `value` into this unordered multimap, and return an iterator referring to the newly inserted `value_type` object. This method requires that the (template parameter) types `KEY` and `VALUE` both be `copy‐insertable` into this unordered multimap (see {Requirements on `KEY` and `VALUE`}). == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_multimap-0b0/iterator.adoc[unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::iterator] insert(xref:bsl/unordered_multimap-0b0/value_type.adoc[value_type] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#