包含头文件typeinfo,假设函数名字为func,使用如下命令:
typeinfo
func
cout << typeid(func).name() << endl;
其中typeid是运算法,name是方法。
typeid
name