Variadic functions – Part 3: Techniques of variadic templates
In the previous article I have shown you how variadic templates can be a type-safe alternative to va_arg macros in designing the variadic functions. Today I want to show you a few techniques of variadic templates, that can be found in many codebases.