[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-getValue-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::getValue :relfileprefix: ../../../ :mrdocs: Load every value found for `key` into `*valuesPtr`. == 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; ---- == Description Return the number of elements found with `key`. Note that the order of the values returned is not specified. == Return Value number of elements found with `key` == Parameters [cols="1,4"] |=== | Name| Description | *valuesPtr* | receives the values of all matching elements | *key* | key of the elements to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#