visit overloads

Synopses

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

Visit every element by invoking the specified visitor.

int
visit(VisitorFunction const& visitor);

Visit each element with key by invoking the specified visitor.

int
visit(
    KEY const& key,
    VisitorFunction const& visitor);

Return Value

number of elements visited, or its negation if stopped early

Parameters

Name

Description

visitor

functor invoked with each element

key

key of the elements to visit

Created with MrDocs