libsigc++ 3.6.0
|
sigc::visitor<T_functor>::do_visit_each() performs a functor on each of the targets of a functor. More...
#include <sigc++/visit_each.h>
Static Public Member Functions | |
template <typename T_action > | |
static void | do_visit_each (const T_action &action, const T_functor &functor) |
sigc::visitor<T_functor>::do_visit_each() performs a functor on each of the targets of a functor.
All unknown types just call action on them. Add specializations that specialize the T_functor argument for your own functor types, so that subobjects get visited. This is needed to enable auto-disconnection support for your functor types.