Variadic template

In computer programming, variadic templates are templates that take a variable number of arguments.

Variadic templates are supported by C++ (since the C++11 standard), and the D programming language.