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.
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
getValueAll(
bsl::vector<VALUE>* valuesPtr,
KEY const& key) const;