BloombergLP::bdlcc::StripedUnorderedContainerImpl::getValue

Load every value found for key into *valuesPtr.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

std::size_t
getValue(
    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
valuesPtrreceives the values of all matching elements
keykey of the elements to look up