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