[#BloombergLP-bdlcc-StripedUnorderedMultiMap-insert-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::insert :relfileprefix: ../../../ :mrdocs: Insert an element with the specified `key` and `value`. == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert( KEY const& key, VALUE const& value); ---- == Description Note that other elements having the same `key` may exist in this hash map. == Parameters [cols="1,4"] |=== | Name| Description | *key* | key of the element to insert | *value* | value of the element to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#