Skip to search formSkip to main contentSkip to account menu

Variadic function

Known as: Variadic functions, Vararg, Variable argument list 
In computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
In this paper we study matching in equational theories that specify counterparts of associativity and commutativity for variadic… 
2018
2018
Programming many-core systems with accelerators (e.g., GPUs) remains a challenging task, even for expert programmers. In the… 
2016
2016
This thesis presents SkePU 2, the next generation of the SkePU C++ framework for programming of heterogeneous parallel systems… 
2015
2015
ABSTRACTThis paper points out the main design goals of a novel representation scheme of geometric-topological data, named Linear… 
2014
2014
High Performance Computing systems expect applications to leverage the most of their processing power. This need is even more… 
2010
2010
Multi-dimensional arrays are among the most fundamental and most useful data structures of all. In C++, excellent template… 
2009
2009
We present a Curry-style second-order type system with union and intersection types for the lambda-calculus with constructors of… 
2006
2006
We present an implementation of miniKanren, an embedding of logic programming in R 5 RS Scheme that comprises three logic… 
2004
2004
The proposed resolution is to introduce a syntax and semantics for variable-length template argument lists (usable with function… 
1995
1995
1. Declarations and Initializations. Basic Types. Pointer Declarations. Declaration Style. Storage Classes. Typedefs. The const…