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