variadic
美
英 
例句
Vimscript allows you to define both explicit parameters and variadic parameter lists, and even combinations of the two.
Vimscript允许您定义显式参数和可变参数列表,甚至可以将两者结合起来。
Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.
可以在同一个函数中同时使用命名参数和可变参数,只需要将可变参数的省略号放在命名参数列表之后。
Listing 5 shows the same function, but with its options specified via a dictionary, rather than with variadic parameters.
清单5显示了相同的函数,但是使用的是通过字典,而不是可变参数指定的选项。
GNU CPP has two further variadic macro extensions, and permits them to be used with either of the above forms of macro definition.
GNUCPP还有两种更复杂的宏扩展,支持上面两种格式的定义格式。
Only available on compilers with support for variadic template arguments and rvalue references.
仅在支持可变参数模板和右值引用的编译器上可用。
Listing 21 shows how you can print the arguments of a variadic function template.
清单21演示如何输出可变参数函数模板的参数。
Combining named and variadic parameters
结合命名参数和可变参数
ISO C does not permit named variadic macros
ISOC不允许有名的可变参数宏