default argument中文,default argument的意思,default argument翻译及用法

2025-09-06 22:41 浏览次数 6

default argument

默认参数;预设自变量,默认参量

default argument 片语

片语

binding of default argument默认实参的绑定关系

Default Argument Promotions默认参数提升

overloading and default argument重载和默认参数

Default Argument Values参数默认值

default argument value称为默认参数值

of default argument value默认模板参数

default argument 例句

英汉例句

  • If a default argument is provided in the parameter list of a function definition, the default argument is available only for function calls in the source file that contains the function definition.

    如果在函数定义的形参表中提供默认实参,那么只有在包含该函数定义的源文件中调用该函数时,默认实参才是有效的。

  • We can specify default argument (s) in either the function definition or declaration.

    既可以在函数声明也可以在函数定义中指定默认实参。

  • A default argument is specified by providing an explicit initializer for the parameter in the parameter list.

    默认实参是通过给形参表中的形参提供明确的初始值来指定的。

  • A default argument is a value that, although not universally applicable, is the argument value that is expected to be used most of the time.

    默认实参是一种虽然并不普遍、但在多数情况下仍然适用的实参值。

  • A default argument doesn't change the number of parameters.

    默认实参并没有改变形参的个数。

  • Most languages with default argument values only allow constants or other values that can be determined at parse-time.

    大多数支持默认参数的语言只允许编译时能决定的常量或者值作为默认值。

相关热词