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

Name

Description

valuesPtr

receives the values of all matching elements

key

key of the elements to look up

Created with MrDocs