C++17 find exact arguments of function and pass to template function

后端 未结 0 1237
半阙折子戏
半阙折子戏 2021-01-25 12:29

I have a template function that I need to call, it looks something like this:

template
R fn_call(qword fn, A... args) {
    using         


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