pass by reference-to-const
这种方法是存在的,就是:按const引用进行传递(pass by reference-to-const)。 1 bool validateStudent(const Student& s); 这种用法更具效率:没有构造函数或者析构函数被调用,因为没有新的对象被创建。
基于4个网页-相关网页
pass by reference-to-const
通过对const的引用传递
以上为机器翻译结果,长、整句建议使用 人工翻译 。
-
Your normal habit when passing an argument to a function should be to pass by const reference.
用常量引用给一个函数传递参数,是一种好的习惯。
youdao
-
Your normal habit when passing an argument to a function should be to pass by const reference.
当给函数传递参数时,你要养成的良好习惯是传递常量引用。
youdao
更多双语例句