Умные указатели: std::auto_ptr
auto_ptr | unique_ptr | shared_ptr | Умные указатели. Изучение С++ для начинающих. Урок #131
Почему в C++ больше нет auto_ptr
Smart pointers : auto_ptr
auto_Ptr Simplified
How to use auto_ptr effectively in C++
C++ : std::auto_ptr to std::unique_ptr
C++ : Why is it wrong to use std::auto_ptr with standard containers?
C++ : std::move vs std::auto_ptr?
C++ : Is this a fine std::auto_ptr use case?
Getting Started with C++17 Programming : auto_ptr | packtpub.com
C++ : When would you use an std::auto_ptr instead of boost::shared_ptr?
C++ : Idiomatic use of std::auto_ptr or only use shared_ptr?
What happened to...: Deprecated and Removed Features of C++ - Billy Baker [ CppCon 2016 ]
C++ : Why is auto_ptr being deprecated?
C++ : How do I declare a dynamic array with std::auto_ptr?
C++ : How do use a std::auto_ptr in a class you have to copy construct?
C++ : std::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers
C++ : std::auto_ptr, delete[] and leaks
C++ : How could one implement std::auto_ptr's copy constructor?