An alias to a function meeting the following contract: ` bool visitorFunction(VALUE *value, const KEY& key); // Visit the specified 'value' attribute associated with the // specified 'key'. Return 'true' if this function may be // called on additional elements, and 'false' otherwise (i.e., // if no other elements should be visited). Note that this // functor can change the value associated with 'key'. `
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
typedef bsl::function<bool(VALUE*, KEY const&)> VisitorFunction;