In dictionaries:
Variadic function
In mathematics and in computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments.
Variadic template
In computer programming, variadic templates are templates that take a variable number of arguments.
Variadic macro in the C preprocessor
A variadic macro is a feature of some computer programming languages, especially the C preprocessor, whereby a macro may be declared to accept a varying number of arguments.
more...