摘要: #include <iostream> #include <string> #pragma optimize( "", off) using namespace std; class Integer { public: //参数为常量左值引用的深拷贝构造函数,不改变 source.ptr_ 的值 I 阅读全文
posted @ 2022-02-27 09:29 dcj101404 阅读(91) 评论(0) 推荐(0)