Call the specified functor for each key-value pair in this tree.
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...
| Name | Description |
|---|---|
| functor | callable invoked for each key-value pair |