carb::eventdispatcher::CleanupFn

Defined in carb/eventdispatcher/EventDispatcherTypes.h

using carb::eventdispatcher::CleanupFn = void (*)(void*)

Callback function called when an observer is terminated with IEventDispatcher::stopObserving(). Typically not manually used as it is generated by IEventDispatcher::observeEvent().