Searched defs:FunctionWrapperWithNotification (Results 1 – 1 of 1) sorted by relevance
78 template <typename Function, typename... Args> struct FunctionWrapperWithNotification struct80 static void run(Notification* n, Function f, Args... args) { in run()