BloombergLP::ball::CategoryManager_RadixTree::forEach

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.

template<class t_FUNCTOR>
void
forEach(t_FUNCTOR const& functor);
» more...

Call the specified functor for each key-value pair in this tree.

template<class t_FUNCTOR>
void
forEach(t_FUNCTOR const& functor) const;
» more...

Parameters

NameDescription
functorcallable invoked for each key-value pair