[#BloombergLP-ball-CategoryManager_RadixTree-forEach-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager_RadixTree.adoc[CategoryManager_RadixTree]::forEach :relfileprefix: ../../../ :mrdocs: Call the specified `functor` for each key‐value pair in this tree. == Synopses Declared in `<ball_categorymanager_radixtree.h>` Call the specified `functor` for each key‐value pair in this tree. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FUNCTOR> void xref:BloombergLP/ball/CategoryManager_RadixTree/forEach-0f.adoc[forEach](t_FUNCTOR const& functor); ---- [.small]#xref:BloombergLP/ball/CategoryManager_RadixTree/forEach-0f.adoc[_» more..._]# Call the specified `functor` for each key‐value pair in this tree. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FUNCTOR> void xref:BloombergLP/ball/CategoryManager_RadixTree/forEach-07.adoc[forEach](t_FUNCTOR const& functor) const; ---- [.small]#xref:BloombergLP/ball/CategoryManager_RadixTree/forEach-07.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *functor* | callable invoked for each key‐value pair |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#