[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-getValue-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::getValue :relfileprefix: ../../../ :mrdocs: Load, into the specified `*valuesPtr`, the value attributes of every element in this hash map having the specified `key`. Return the number of elements found with `key`. Note that the order of the values returned is not specified. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t getValue( xref:bsl/vector-00d.adoc[bsl::vector<VALUE>]* valuesPtr, KEY const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#