Mixin for signaling of certain events. More...
#include <Observer.hpp>
Mixin for signaling of certain events.
Derived classes T can emit a signal e by calling notify(e). This will send the signal to all classes U... deriving from Observer<S, Events...> if