How to forward arguments after processing the arguments in a variadic function

前端 未结 0 1993
遥遥无期
遥遥无期 2020-12-21 09:50

I want to implement a function wrapper1 and wrapper2 in C++.

Calling wrapper1(f, g, x1, x2, ..., xn) is just like calling

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