摘要: #include<bits/stdc++.h> using namespace std; template <typename T> class Sharedptr { public: //空参数构造, 空指针 Sharedptr():count(0), ptr((T*) 0){} //构造函数 c 阅读全文
posted @ 2021-05-05 01:56 摸鱼选手LLF 阅读(195) 评论(0) 推荐(0)