overloaded functions 中文意思是什麼

overloaded functions 解釋
供應重載化函數
  1. It should usually be the same as the function name, but you can use this if you need to have overloaded functions that have the same name and different parameters

    這一項通常應該與函數名一致,但是如果您需要擁有具有相同名單但帶有不同參數的「過載的( overloaded ) 」函數,那麼您可以使用這個名稱。
  2. For overloaded functions, you can specify the arguments to set the breakpoint correctly

    對于重載的函數,可以指定參數以正確地設置斷點。
  3. The current implementation of the expression evaluator cannot differentiate between overloaded c + + functions

    當前對表達式甄別的實現不能區分c + +中重載的函數。
  4. This enables the user to differentiate between overloaded functions

    這使用戶能夠區分重載函數。
  5. The debugger supports the evaluation of functions, including overloaded functions

    調試器支持函數的計算,包括重載函數的計算。
  6. Demonstrates that functions can be overloaded depending on whether the parameter type is an interior pointer or a native pointer

    演示可以根據參數類型是內部指針還是本機指針來重載函數。
  7. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions

    該信息可用於發現函數的簽名,該簽名使您能夠區分重載函數。
  8. For overloaded functions, you can use the up and down arrow keys to view alternative parameter information for the function overloads

    對于重載函數,可以使用向上和向下鍵查看函數重載的其他參數信息。
  9. Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create

    函數和方法的默認參數極大地減少了需要創建的重載方法數量。
分享友人