1#ifndef FPMAS_CALLBACK_API_H
2#define FPMAS_CALLBACK_API_H
8namespace fpmas {
namespace api {
namespace utils {
15 template<
typename... Args>
23 virtual void call(Args... args) = 0;
32 template<
typename Event>
Definition: callback.h:16
virtual void call(Args... args)=0
Definition: callback.h:33
Event EventType
Definition: callback.h:37