自定義Shared_ptr和Unique_ptr,引用計數和內存管理

Shared_ptr.hios #pragma once template <typename T> class Shared_ptr { public: Shared_ptr(); Shared_ptr(T *p); Shared_ptr(const Shared_ptr &sp); Shared_ptr &operator=(const Shared_ptr
相關文章
相關標籤/搜索