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

Name

Description

valuesPtr

receives the values of all matching elements

key

key of the elements to look up

Created with MrDocs