default arguments的意思
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.───但是,如果有一個形參具有默認實參,那么,它后面所有的形參都必須有默認實參。