Jun's Blog

Recent content on Jun's Blog

马上订阅 Jun's Blog RSS 更新: https://www.junz.org/index.xml

简要剖析const关键字

2021年3月13日 12:46
const的作用 const关键字保证了我们的变量不会改变,成为常量. 当用在成员函数时,它保证此成员函数不会改变类中的其他成员 const用法 1