3 lines
62 B
C++
3 lines
62 B
C++
|
template<class ... Types> void f(Types ... Parameters_Pack);
|
||
|
|
|
template<class ... Types> void f(Types ... Parameters_Pack);
|
||
|
|