Is it possible to declare/define a function with the same return and parameter types as a given function pointer?

后端 未结 0 1164
抹茶落季
抹茶落季 2021-01-25 09:50

For example:

int func(const int &i, const int &j);

// Want use pointer to func to do something along these lines.
func::return_type funcHook(func::parame         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题