分享
 
 
 

关于const reference的几点说明

王朝other·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

几天前,在程序中遇到一个问题,当我检查程序错误时,在STL实现中发现了类似下面的代码:

#include <iostream>

using namespace std;

class A

{

public:

A(const string& s)

{

cout << s.c_str() << endl;

}

};

int main()

{

const char* psz = "abc";

A a(psz);

return 0;

}

对此,我感到很奇怪,因为我从来没有这样做过,怎么能把一个引用指向一个与引用本身类型不同的类型呢?于是,我在网上发了一个帖子,很快,有人从CPL 3rd中摘录了以下内容作为回复:

// Begin

Initialization of a reference is trivial when the initializer is an

lvalue (an object whose address you can take; see §4.9.6). The

initializer for a 'plain' T& must be an lvalue of type T. The

initializer for a const T& need not be an lvalue or even of type T.

In such cases (David''s notes: and only in such cases),

[1] first, implicit type conversion to T is applied if necessary (see §C.6);

[2] then, the resulting value is placed in a temporary variable of type T; and

[3] finally, this temporary variable is used as the value of the initializer.

Consider:

double& dr = 1; // error: lvalue needed

const double& cdr = 1; // ok

The interpretation of this last initialization might be:

double temp = double(1) ; // first create a temporary with the right value

const double& cdr = temp; // then use the temporary as the initializer for cdr

A temporary created to hold a reference initializer persists until

the end of its reference’s scope.

References to variables and references to constants are distinguished

because the introduction of a temporary in the case of the variable

is highly errorprone;

an assignment to the variable would become an assignment to the –

soon to disappear – temporary. No such problem exists for references

to constants, and references to constants are often important as

function arguments (§11.6).

// End

也就是说,只要存在可行的转换路径,编译器在构造引用的时候会创建一个与引用类型类型信息相同的临时变量,然后,用引用指向该临时变量.同时,上面这段文字还给了我们如下信息:

1.非const reference不会享受这样的特殊待遇.如下面的代码是错误的:

float f = 0;

double& d = f;

char* psz = "abc";

string& rstr = psz;

(注: VC6在编译以上各句时报告了一个与实际不符的错误提示:A reference that is not to 'const' cannot be bound to a non-lvalue,这里的f和psz明明是左值)

2.const reference会使函数的适用性更强,但代价是在进行类型转换时可能引入较大的开销,失去引用传递的高效性.

当然,除此之外,const只是一个编译期的概念,跟public/protected/private等一样,只是告诉编译器,我们需要针对这些标示之后的东西添加一些附加的描述,请区别对待.这些描述对于private而言,是说:进行语法检查时如果发现非本类或friend访问了这些成员(方法),则报告错误;对于const而言,则是说:如果语法检查时发现有任何操作对const所修饰的对象进行了修改,则报告错误.

在语法检查之后,这些修饰符就该悄然引退了.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有