People familiar with the new features C++11 brought to the C++ programming language should know what a variadic template is and why they’re important. Variadic templates can have a variable number of parameters of any type: This not only brings type safety to the code but also ensures that all the variadic arguments handling is […]