码迷,mamicode.com
首页 > 其他好文 > 详细

通过函数名后加const重载的函数如何区分调用

时间:2017-11-02 18:16:55      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:sdn   http   a*   转换   解决办法   nbsp   通过   func   this   

参考网址:http://bbs.csdn.net/topics/391833689?page=1

在一般情况下默认调用不带const的函数。

想要调带const函数,解决办法:

1. 将调用发生的函数加const
2. 如果重载函数在某类内,将类实例(或this)做强制转换(const): const_cast<const A*>(this)->func();            

通过函数名后加const重载的函数如何区分调用

标签:sdn   http   a*   转换   解决办法   nbsp   通过   func   this   

原文地址:http://www.cnblogs.com/bingdongwuchi/p/7773241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!