...r Values )2.4 使用局部静态对象(Local Static Objects)2.5 声明一个 inline函数2.6 供应重载化函数(Overloaded Functions)2.7 定义并使..
基于32个网页-相关网页
提供重载函数(Overloaded Functions),参数表(parameter list)不同(可能时参数类型不同,也可能是参数数目不同)的两个或多个函数,可以拥有相同的函数名称。
基于32个网页-相关网页
2009/9/3 生存空间和生命周期以及多载化函 式 14 多载化函式( Overloaded Functions ) 以下是多载化(Overloaded)之定义: 多个函式名称相同. 宣告于相同scope中.
基于8个网页-相关网页
函数重载(Overloaded functions) 两个不同的函数可以用同样的名字,只要它们的参量(arguments)的原型(prototype)不同,也就是说你可以把同一个名字给多个函数,如...
基于1个网页-相关网页
The debugger supports the evaluation of functions, including overloaded functions.
调试器支持函数的计算,包括重载函数的计算。
For overloaded functions, you can specify the arguments to set the breakpoint correctly.
针对多载函式,您可以指定引数以便正确设定中断点。
Using overloaded functions cuts down on method dispatching, which is one of the reasons other programming styles can result in slow code.
重载可以减少方法调度,后者正是其他编程风格所产生的代码效率不高的原因。
应用推荐