This enables the user to differentiate between overloaded functions.
这使用户能够区分重载函数。
The return types can be the same or different on overloaded functions.
被重载函数的返回类型可以相同也可以不同。
The debugger supports the evaluation of functions, including 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.
针对多载函式,您可以指定引数以便正确设定中断点。
This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.
该信息可用于发现函数的签名,该签名使您能够区分重载函数。
Using overloaded functions cuts down on method dispatching, which is one of the reasons other programming styles can result in slow code.
重载可以减少方法调度,后者正是其他编程风格所产生的代码效率不高的原因。
To understand function overloading, we must understand how to define a set of overloaded functions and how the compiler decides which function to use for a given call.
要理解函数重载,必须理解如何定义一组重载函数和编译器如何决定对某一调用使用哪个函数。
Function overload resolution (also known as function matching) is the process by which a function call is associated with a specific function from a set of overloaded functions.
函数重载确定,即函数匹配是将函数调用与重载函数集合中的一个函数相关联的过程。
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create.
函数和方法的默认参数极大地减少了需要创建的重载方法数量。
Probing of overloaded and polymorphic functions is not supported.
不支持探测重载和多态的函数。
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)”函数,那么您可以使用这个名称。
Two functions that appear in the same scope are overloaded if they have the same name but have different parameter lists.
出现在相同作用域中的两个函数,如果具有相同的名字而形参表不同,则称为重载函数。
Most overloaded operators may be defined as ordinary nonmember functions or as class member functions.
大多数重载操作符可以定义为普通非成员函数或类的成员函数。
Most overloaded operators may be defined as ordinary nonmember functions or as class member functions.
大多数重载操作符可以定义为普通非成员函数或类的成员函数。
应用推荐