c++智能指針

c++智能指針 c++11之前的auto_ptr; c++11新加的unique_ptr, shared_ptr以及weak_ptr。 頭文件:#include <memory> 1.auto_ptr     std::auto_ptr是我第一個看的智能指針,也是標準庫裏的智能指針,有許多缺陷。 使用方式:  auto const ptr = std::auto_ptr<int>(new int)
相關文章
相關標籤/搜索