Specifies that the method takes a variable number of arguments.
指定方法接收不定个数的引数。
The function takes a format string and a variable number of arguments.
函数随带一个格式化字符串和一个可变数目的参数。
A parameterized query also takes a variable number of arguments as its binding parameters.
一个带参数的查询也可以将一组数量不定的参数作为它的绑定参数。
A variable number of arguments to be converted to text as dictated by the format string.
一个可变数目的参数,他们将按照指示命令转化为文本。
Gets a value indicating whether the called method accepts a variable number of arguments.
取得值,指出受呼叫的方法是否接受变动数目的引数。
W3Eval supports functions with fixed and variable number of arguments. Functions are divided into following groups.
W3Eval支持带有固定或不定数量自变量的函数。
C has support for defining functions with a variable number of arguments using va_list, and C++ never improved on that.
C支持使用 va_list定义具有数量可变的参数的函数,C++在这方面没有改进。
How do you define a templated class or a function with a variable number of arguments, each with a potentially different type?
如何定义具有数量可变的参数(每个参数的类型可能不同)的模板化类或函数?
Note also that a Dispatch instance can accept a variable number of arguments; matching is done first on number of arguments, then on their types.
还要注意的是,Dispatch实例可以接受数目不定的参数;首先对参数的数目进行匹配,其次是其类型。
To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.
为了允许除形参数组中定义的实参之外额外的实参(要么是必需的值,要么是可变长度的值),我将令这个调用返回被处理实参的实际数量。
To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.
为了允许除形参数组中定义的实参之外额外的实参(要么是必需的值,要么是可变长度的值),我将令这个调用返回被处理实参的实际数量。
应用推荐