[#BloombergLP-bdlcc-StripedUnorderedMultiMap-insert-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::insert :relfileprefix: ../../../ :mrdocs: `insert` overloads == Synopses Declared in `<bdlcc_stripedunorderedmultimap.h>` Insert an element with `key` and the move‐insertable `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/StripedUnorderedMultiMap/insert-0f.adoc[insert]( KEY const& key, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<VALUE>] value); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedMultiMap/insert-0f.adoc[_» more..._]# Insert an element with the specified `key` and `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/StripedUnorderedMultiMap/insert-0d.adoc[insert]( KEY const& key, VALUE const& value); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedMultiMap/insert-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *key* | key of the element to insert | *value* | move‐insertable value of the element to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#