refactor
This commit is contained in:
+3
-2
@@ -4,7 +4,8 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
typedef std::function<void()> runnable;
|
||||
typedef std::function<void(const std::string&)> stringconsumer;
|
||||
using runnable = std::function<void()>;
|
||||
using stringconsumer = std::function<void(const std::string&)>;
|
||||
using wstringconsumer = std::function<void(const std::wstring&)>;
|
||||
|
||||
#endif // DELEGATES_H_
|
||||
|
||||
Reference in New Issue
Block a user