Call the specified functor for each key‐value pair in this tree. The functor should be a callable object that accepts two parameters: const bsl::string_view& for the key and t_VALUE& for the value. The order of visitation is unspecified. Noteice that the functor is able to modify the value.

Synopsis

Declared in <ball_categorymanager_radixtree.h>

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

Created with MrDocs