[#BloombergLP-bdlcc-StripedUnorderedMultiMap-getValueAll-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::getValueAll :relfileprefix: ../../../ :mrdocs: Load into `*valuesPtr` every value associated with `key`. == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t getValueAll( 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* | vector populated with matching values | *key* | key whose values are retrieved |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#