Variadic
From HandWiki
Revision as of 05:08, 7 March 2021 by imported>LinXED (correction)
In computer science, an operator or function is variadic if it can take a varying number of arguments; that is, if its arity is not fixed. For specific articles, see:
- Variadic function
- Variadic macro in the C preprocessor
- Variadic template
- Variadic templates in C++11
Original source: https://en.wikipedia.org/wiki/Variadic.
Read more |