Same as the preceding overload, using a std::pmr::vector buffer.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
getValue(
std::pmr::vector<VALUE>* valuesPtr,
KEY const& key) const;
number of elements found with key
| Name | Description |
|---|---|
| valuesPtr | receives the values of all matching elements |
| key | key of the elements to look up |