BloombergLP::bdlcc::StripedUnorderedMultiMap::getValueAll

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

NameDescription
valuesPtrvector populated with matching values
keykey whose values are retrieved