Variadic template deduction in variadic template template

后端 未结 1 1288
故里飘歌
故里飘歌 2021-02-08 11:02

I am not sure if the title makes much sense, but the example is actually quite staightforward:

// A converter struct with a generic constructor.
template 

        
1条回答
  •  Happy的楠姐
    2021-02-08 11:16

    This is not the solution, but might help you or others to figure out what the problem is. The following compiles:

    template