2
3
4
5
6
7
8
11#ifndef _MSTD_EVENTS_TYPES_HPP_
12 #define _MSTD_EVENTS_TYPES_HPP_
14 #include <mstd/config.hpp>
17_MSTD_WARNING(
"this is only available for c++17 and greater!");
20 #include <mstd/events_utils.hpp>
23 template<
class... Args>
Definition event_handler.hpp:26
#define _MSTD_HAS_CXX17
Definition config.hpp:45
Definition arithmetic_types.hpp:23
event_handler<> method_event_handler
Definition events_types.hpp:25