An overloaded function in a conditional expression cannot be evaluated.
无法计算条件表达式中的重载函数。
When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function.
在对重载函数设置断点时,断点的位置取决于指定函数的方式。
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.
调用重载的函数时,将调用其参数最密切匹配传递参数的重载函数,具体取决于传递给函数的实际参数类型。
应用推荐