[#BloombergLP-bdlcc-StripedUnorderedMap-VisitorFunction] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMap.adoc[StripedUnorderedMap]::VisitorFunction :relfileprefix: ../../../ :mrdocs: An alias to a function meeting the following contract: ` /// 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`. bool visitorFunction(VALUE *value, const KEY& key); ` == Synopsis Declared in `<bdlcc_stripedunorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<bool(VALUE*, KEY const&)>] VisitorFunction; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#