Search code examples
Creating a format string with a variable number of specifiers...

cformattingprintfvariadic-functions

Read More
Why does this variadic C function not print the first argument?...

cgccvariadic-functionsvariadicvariadic-macros

Read More
Why is my for loop not looping the elements right?...

govariadic-functionsgoroutine

Read More
How are variadic variables represented on the stack?...

cpointersstackvariadic-functions

Read More
An array of Strings vs String Varargs...

javaarraysvariadic-functions

Read More
How to check number of variable arguments passed to any function?...

cargumentsvariadic-functionsvariadic

Read More
Can a custom function type be variadic?...

govariadic-functions

Read More
Is Swift's handling of CVarArg for String buggy?...

swiftinteropvariadic-functions

Read More
I want to convert Vararg Integer to Vararg int?...

javavariadic-functionsvariable-length-array

Read More
How can I convert the "arguments" object to an array in JavaScript?...

javascriptarrayssortingargumentsvariadic-functions

Read More
Go through all the arguments of a va_list without knowing in advance how many variable arguments it ...

cvariadic-functions

Read More
Variadic function Overloading and SFINAE - Solve ambiguity to simulate "hide by signature"...

c++overloadingvariadic-functionsc++20name-hiding

Read More
using std::index_sequence to initialize POD struct container with fixed size array members...

c++c++17variadic-templatesvariadic-functions

Read More
How can I use va_arg in a loop without knowing how many optional arguments there are in C++?...

c++templatesvariadic-templatesvariadic-functions

Read More
How is `{⊂⍵}` different from just `⊂`?...

argumentsvariadic-functionsapldyalog

Read More
How to do recursion based on tuple elements?...

c++templatestuplesvariadic-functions

Read More
Creating a function that takes a container "X" as a parameter, which passes X.size() param...

c++variadic-functions

Read More
How to use a variadic argument for its own data structure?...

cvariadic-functions

Read More
How can arguments to variadic functions be passed by reference in PHP?...

phppass-by-referencevariadic-functions

Read More
kotlin reference function with vararg parameter and convert Array<out to List<out...

androidkotlingenericsreflectionvariadic-functions

Read More
Reflecting methods in a utility class and invoking them with varargs in Java...

javareflectionstatic-methodsvariadic-functionsutility-method

Read More
C/C++ Variadic Macro Function Overloading...

c++cvariadic-functionsvariadic-macros

Read More
How to make a __VA_ARGS__ macro which can be called with no arguments?...

cvariadic-functions

Read More
How to get function parameters except the first one?...

c++variadic-templatesvariadic-functions

Read More
How can I get the parameters of a function from a function passed as a parameter to my function, in ...

luadecoratorvariadic-functions

Read More
How do I handle an unspecified number of parameters in Scheme?...

functionschemevariadic-functionsvariadic

Read More
How to expand parameter pack pattern in an "unzipping" manner?...

c++variadic-functionsparameter-pack

Read More
How to generalize variadic function fn<S, ...Args> to fn<S0, ...Args0, S1, ...Args1, ... , ...

c++variadic-functionspack-expansion

Read More
Scala: Matching vararg (repeating arguments) by type of stored elements...

scalatypesargumentsrepeatvariadic-functions

Read More
Use a vararg function in a vararg function...

cvariadic-functions

Read More
BackNext