BloombergLP::bdlcc::StripedUnorderedMultiMap::getValueAll

Same as the preceding overload, using a std::vector buffer.

Synopsis

Declared in <bdlcc_stripedunorderedmultimap.h>

std::size_t
getValueAll(
    std::vector<VALUE>* valuesPtr,
    KEY const& key) const;

Return Value

number of elements found with key

Parameters

NameDescription
valuesPtrvector populated with matching values
keykey whose values are retrieved