摘要: 1.突破 const 的限制 class Test { public: Test() = default; Test(unsigned int times):times(times){ } ~Test() = default; void printOut() const { cout << "out 阅读全文
posted @ 2020-02-19 19:53 强威 阅读(219) 评论(0) 推荐(0) 编辑