How is possible to deduce function argument type in C++?

前端 未结 5 620
南旧
南旧 2020-12-20 13:58

Having the function definition:

void f(int) { }

I want to define:

int a;

but if the function definition c

5条回答
提交回复
热议问题