[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-setValueAll] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::setValueAll :relfileprefix: ../../../ :mrdocs: Set the value attribute of every element in this hash map having the specified `key` to the specified `value`. If no such such element exists, insert `(key, value)`. Return the number of elements found with `key`. Note that if no elements were found, and a new value was inserted, `0` is returned. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t setValueAll( KEY const& key, VALUE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#