...有逻辑关联的函数 • 在C++程序中,main函数不能重载 13 重载确定(overload resolution) • 又称函数匹配(function matching),指的是将某个函数调用与重 载函数集合中的某个函数相关联的过程。
基于24个网页-相关网页
在这种情况下,需要程序员充分地掌握函数匹配的过程。
In these cases, programmers need to have a good grasp of the process of function matching.
如果调用非法,指出是没有函数匹配还是该调用存在二义性。
If the call is illegal, indicate whether there is no match or why the call is ambiguous.
内置类型的提升和转换可能会使函数匹配产生意想不到的结果。
Promotions and conversions among the built-in types can yield surprising results in the context of function matching.
应用推荐