Go to the documentation of this file.
17 #define DECLARE_EVENT(name, type) \
19 static constexpr char const* id = #name;\
20 using payload_t = type; \
28 #define DECLARE_VOID_EVENT(name) \
30 static constexpr char const* id = #name;\
31 using payload_t = void; \
34 #endif // #ifndef RAD_TRAIT_HPP