Same as the preceding overload, using a std::pmr::vector buffer.
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
getValueAll(
std::pmr::vector<VALUE>* valuesPtr,
KEY const& key) const;
number of elements found with key
| Name | Description |
|---|---|
| valuesPtr | vector populated with matching values |
| key | key whose values are retrieved |