Load every value found for key into *valuesPtr.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
getValue(
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 | receives the values of all matching elements |
| key | key of the elements to look up |