yuanfatchenrunhua.blog.chinaunix.net
yuanfat
全部博文(493)
2010年(493)
tntcheng
cores_cu
riribi
微风送来
大鬼不动
56873827
luufoo
dreamsky
瑞儿
1297036
cynthia
11937341
lai123xi
xuqifeif
luckyapp
Gilfoyle
1出现1
MrQing
分类:
2010-04-19 16:23:09
缺省取址运算符只是返回对象的地址。这些函数实际上就如同下面所定义的那样:
inline Empty::Empty() {}
inline Empty::~Empty() {}
inline Empty * Empty::operator&() { return this; }
inline const Empty * Empty::operator&() const{ return this; }
上一篇:cc
下一篇:cc
登录 注册