【转载】unique_ptr

【参考】

http://senlinzhan.github.io/2015/04/20/%E8%B0%88%E8%B0%88C-%E7%9A%84%E6%99%BA%E8%83%BD%E6%8C%87%E9%92%88/

【解决的问题】

 

 【调用栈】

#unique_ptr.h  1000行代码
~unique_ptr()
  __ptr = _M_t._M_ptr()
  std::move(__ptr)
    delete __ptr;
      ~D()
    
    

 

posted @ 2022-06-04 11:49  stupidstan2019  阅读(21)  评论(0编辑  收藏  举报