🌈 搜索
📅  最后修改于: 2022-03-11 14:44:50.826000             🧑  作者: Mango
//declare x mutable class A (){ mutable int x; public: void func () const { //change value of x here } };