I have the following piece of code: template <typename, typename> struct AAA{}; template<typename ...Args> void f(AAA<Args...> *) {} int main() { f<int, int>(nullptr); } ...
0 Comment to "Why is template parameter pack used in a function argument type as its template argument list not able to be explicit specified – stackoverflow.com"
0 Comment to "Why is template parameter pack used in a function argument type as its template argument list not able to be explicit specified – stackoverflow.com"
Post a Comment