C++ 里 using 关键字的用法以及和 typedef 的区别:转自: Bitdewy博客
使用小技巧来声明函数指针在 c++03 中, 函数指针要这么写:
typedef void (*FunctionPtr)();
这个声明读
2019-11-19