C++ 智能指針(unique_ptr, shared_ptr)的源碼分析

在博文http://www.javashuo.com/article/p-ferxcgof-dy.html已經介紹了unique_ptr和shared_ptr的使用,可是這兩類的智能指針是如何作到管理指針的呢?函數 shared_ptr 頭文件this template <typename T> class SharedPointer { public: SharedPointer(T *ptr
相關文章
相關標籤/搜索