[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-insertAlways-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::insertAlways :relfileprefix: ../../../ :mrdocs: `insertAlways` overloads == Synopses Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` Insert an element with `key` and the move‐insertable `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/insertAlways-07.adoc[insertAlways]( KEY const& key, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<VALUE>] value); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/insertAlways-07.adoc[_» more..._]# Insert an element with the specified `key` and `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/insertAlways-0a.adoc[insertAlways]( KEY const& key, VALUE const& value); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/insertAlways-0a.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]#