[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-insertAlways-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::insertAlways :relfileprefix: ../../../ :mrdocs: Insert an element with `key` and the move‐insertable `value`. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insertAlways( KEY const& key, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<VALUE>] value); ---- == Description The `value` object is left in a valid but unspecified state. If `value` is allocator‐enabled and `allocator() != value.allocator()` this operation may cost as much as a copy. 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* | move‐insertable value of the element to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#