const 修饰的成员变量只能在构造函数的参数列表中初始化。
const 修饰的成员函数不能改变成员变量的值。
定义:void function(void) const
const 修饰的对象只能调用常成员函数,不能调用非 常成员函数
const用法
Title:const用法
Created:2023-07-10, 19:19:36
Updated:2023-07-10, 19:36:07
Full URL:https://zkrun.github.io/2023/07/10/const%E7%94%A8%E6%B3%95/
License: "CC BY-NC-SA 4.0" Keep Link & Author if Distribute.