If there is such a function in a variadic template?

后端 未结 0 484
后悔当初
后悔当初 2021-01-28 17:45

for example there is such a template

template void f(Types ... args);

f();       // OK: args contains no arguments
f(1);      // OK: args          


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