BloombergLP::bdlcc::StripedUnorderedContainerImpl::getValue

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

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

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

Return Value

number of elements found with key

Parameters

NameDescription
valuesPtrreceives the values of all matching elements
keykey of the elements to look up