Variadic Template

Variadic Template

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

Variadic templates are supported by the D programming language, and the newest version of C++, formalized in the C++11 standard.

Read more about Variadic Template:  C++11, See Also