weak_ptr和shared_ptr功能總結

結構分析 weak_ptr和shared_ptr都包含一個_M_refcount數據成員,追溯其定義,內部包含一個_Sp_counted_base<_LP>* _M_pi。 shared_ptr shared_ptr能夠實現其功能依賴於對於多個shared_ptr只實例化一個_Sp_counted_base<_Lp>。當我們通過某一shared_ptr初始化另一shared_ptr時,其會執行如下
相關文章
相關標籤/搜索