variadic

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允许有名可变参数

热门查询