default arguments信息详情
默认参数;预设自变量,默认参量
arguments───n.参数
eatable arguments───可吃参数
default f───默认值f
default model───违约模型
arguments for───支持…的理由
bad arguments───错误的论点
clang arguments───铿锵的论据
opening arguments───开场白
developer default───默认安装类型(计算机用语)
there a way to have dynamic default arguments?───有没有办法动态的默认参数?
In the third pair, the parameter lists differ only in their default arguments.───在第三对中,形参列表只有默认实参不同。
Functions can have default arguments, as shown for the value argument of the compute function.───函数可以有默认参数,如compute函数的值参数所示。
Default arguments ordinarily should be specified with the declaration for the function and placed in an appropriate header.───通常,应在函数声明中指定默认实参,并将该声明放在合适的头文件中。
Default arguments are not allowed on an explicit specialization of a function template.───不允许在函数模板的显式专用化上使用默认参数。
Default arguments cannot be used to deduce a template argument.───无法使用默认参数推导出模板参数。
The following code example shows the use of the Missing field to invoke a method with its default arguments.───下面的代码示例显示使用Missing字段调用带有默认参数的方法。
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create.───函数和方法的默认参数极大地减少了需要创建的重载方法数量。
However, if a parameter has a default argument, all the parameters that follow it must also have default arguments.───但是,如果有一个形参具有默认实参,那么,它后面所有的形参都必须有默认实参。