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

const 修饰this指针

时间:2018-08-01 23:50:17      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:const   src   bsp   inf   his   内存   技术   .com   this指针   

技术分享图片

this指针的本质就是一个常量指针。通过const修饰this指针指向的内存空间。

void OpVar(int a  ,int b )const  <=>const void OpVar(int a  ,int b ) <=>void const  OpVar(int a  ,int b )

const 修饰this指针

标签:const   src   bsp   inf   his   内存   技术   .com   this指针   

原文地址:https://www.cnblogs.com/jefy/p/9404152.html

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