const 的用法

Posted theodoric008

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了const 的用法相关的知识,希望对你有一定的参考价值。

参考:https://www.cnblogs.com/xudong-bupt/p/3509567.html

尽量使用const以增加程序的鲁棒性

修饰函数体的时候:
可以使成员函数无法修改成员变量。
技术分享图片



以上是关于const 的用法的主要内容,如果未能解决你的问题,请参考以下文章

const用法

const_cast 用法

const_cast 用法

C#中const用法详解

const_cast 用法

const_cast 用法