How to specialized a variadic argument method defined inside a variadic templated class?
I have a variadic templated class which contains a method with variadic arguments. I would like to specialize the method depending on some of the parameters provided with a specialized version of the …