How do I typedef a function pointer with the C++11 using syntax? by IT Nursery I’d like to write this typedef void (*FunctionPtr)(); using using. How would I do that? 5 Answers 5