overloaded functions的意思
overloaded functions中文翻譯:
重載函數
相似詞語短語
periodic functions───[數]周期函數
alloyed junctions───合金接面,[電子]合金結
inverse functions───[數]反函數
loaded questions───加載的問題
periodic function───[數]周期函數
proper functions───本征函數;本寨數,特寨數
Bessel functions───[數]貝塞爾函數
雙語使用場景
For overloaded functions, you can specify the arguments to set the breakpoint correctly.───針對多載函式,您可以指定引數以便正確設定中斷點。
overloaded functions cuts down on method dispatching, which is one of the reasons other programming styles can result in slow code.───重載可以減少方法調度,后者正是其他編程風格所產生的代碼效率不高的原因。
debugger supports the evaluation of functions, including overloaded functions.───調試器支持函數的計算,包括重載函數的計算。
This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.───該信息可用于發現函數的簽名,該簽名使您能夠區分重載函數。
"C" linkage is specified for more than one function in a set of overloaded functions.───為一組重載函數中的多個函數指定了“C”鏈接。
For overloaded functions, you can specify the arguments to set the breakpoint correctly.───對于重載的函數,可以指定參數以正確地設置斷點。
The debugger supports the evaluation of functions, including overloaded functions.───調試器支持函數的計算,包括重載函數的計算。
It can be difficult to design a set of overloaded functions in which some are templates and others are ordinary functions.───設計一組重載函數,其中一些是模板而另一些是普通函數,這可能是困難的。
The return types can be the same or different on overloaded functions.───被重載函數的返回類型可以相同也可以不同。