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);
Call the specified functor for each key‐value pair in this tree.
template<class t_FUNCTOR>
void
forEach(t_FUNCTOR const& functor) const;
Parameters
Name |
Description |
functor |
callable invoked for each key‐value pair |
Created with MrDocs