Load into *valuesPtr every value associated with key.
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
getValueAll(
bsl::vector<VALUE>* valuesPtr,
KEY const& key) const;
Return the number of elements found with key. Note that the order of the values returned is not specified.
number of elements found with key
| Name | Description |
|---|---|
| valuesPtr | vector populated with matching values |
| key | key whose values are retrieved |