1 | #ifndef BANDIT_TYPES_H |
---|---|
2 | #define BANDIT_TYPES_H |
3 | |
4 | #include <functional> |
5 | |
6 | namespace bandit { |
7 | namespace detail { |
8 | typedef std::function<void()> voidfunc_t; |
9 | } |
10 | } |
11 | #endif |
12 |
1 | #ifndef BANDIT_TYPES_H |
---|---|
2 | #define BANDIT_TYPES_H |
3 | |
4 | #include <functional> |
5 | |
6 | namespace bandit { |
7 | namespace detail { |
8 | typedef std::function<void()> voidfunc_t; |
9 | } |
10 | } |
11 | #endif |
12 |