引用调用(reference) 是C++特有的概念,它是程序设计语言发展的产物。C++提供的引用应用于函数既满足使用时的简单方便,又保证执行的效率。C和C++的函数调用的主要区别是C++中使用了引用调用。
引用调用(call by reference):把变元的地址复制给形式参数,在子程序中,这个地址 用来调用所使用的实际变元,这意味着,参数的变化会影响调用时所使用的变元.
基于632个网页-相关网页
对本地服务调用的数据交换语义按引用调用。
The data exchange semantic for calls to local services is by-reference.
True会在通过服务引用调用组件之前挂起当前全局事务。
True suspends the current global transaction before invoking a component via a service reference.
应该用变量的引用调用increment函数,而不是使用变量的值。
The increment function should be called with a reference to the variable instead of the value of the variable.
应用推荐