1.82、C++ mutable 的作用

C++中mutable关键字的作用是允许类的非静态数据成员在const成员函数中被修改,从而突破const成员 … 继续阅读 1.82、C++ mutable 的作用