重载的函数 meaning in Chinese
overloaded function
Examples
- A common example of ambiguous input is an overloaded function name
常见的二义性输入是重载的函数名。 - For overloaded functions , you can specify the arguments to set the breakpoint correctly
对于重载的函数,可以指定参数以正确地设置断点。 - The current implementation of the expression evaluator cannot differentiate between overloaded c + + functions
当前对表达式甄别的实现不能区分c + +中重载的函数。 - When an overloaded function is called , the overloaded function whose arguments most closely match the passed arguments is called , depending on the actual types of arguments passed to the function
调用重载的函数时,将调用其参数最密切匹配传递参数的重载函数,具体取决于传递给函数的实际参数类型。