SyntaxFix
Write A Post
Hire A Developer
Questions
If you can use C++11 you may want to use std::function and using keyword.
std::function
using
using FunctionFunc = std::function<void(int arg1, std::string arg2)>;