Search code examples
What is the size of an auto_ptr?...


c++pointerssmart-pointersauto-ptr

Read More
Can I get away with putting auto_ptr in a STL container?...


c++stlauto-ptr

Read More
Function taking a std::auto_ptr<Base> that can accept std::auto_ptr<Derived>...


c++auto-ptr

Read More
What is the correct way of using an auto_ptr on dynamically allocated arrays?...


c++auto-ptr

Read More
How to use auto_ptr in this case...


c++memory-managementauto-ptr

Read More
std::vector of object containing auto_ptr behaves strangely...


c++qtvectorauto-ptr

Read More
Why does unique_ptr have an overload for auto_ptr?...


c++c++11unique-ptrauto-ptr

Read More
Smart pointers in container like std::vector?...


c++pointersstdsmart-pointersauto-ptr

Read More
Creating an auto_ptr with 2 arguments...


c++compilationauto-ptr

Read More
Crashes and leaks with std::auto_ptr despite type is full qualified in destructor...


c++memory-leakscrashauto-ptrc++builder-6

Read More
auto_ptr not working as expected - Compile error...


c++qnxauto-ptr

Read More
how to test whether auto pointer is null?...


c++auto-ptr

Read More
Combining auto_ptr with references in C++...


c++referenceidiomsauto-ptr

Read More
Auto Pointer in C++ (auto_ptr)...


c++pointersauto-ptr

Read More
C++: auto_ptr + forward declaration?...


c++memory-managementpointersshared-ptrauto-ptr

Read More
Boost Python callback returning auto_ptr deletes the object...


c++boost-pythonauto-ptr

Read More
Casting auto_ptr to void pointer...


c++castingsmart-pointersauto-ptr

Read More
Class is freed instantly after it's put into unique_ptr...


c++smart-pointersauto-ptr

Read More
std::auto_ptr becomes invalid after being passed to a function by value...


c++pass-by-referenceauto-ptr

Read More
The "most important const" vs. auto_ptr: Why the code does not compile?...


c++c++11auto-ptrc++98

Read More
Constructor taking an auto_ptr...


c++initializationauto-ptr

Read More
Storing pointers owned by auto_ptr's in a vector causing a crash...


c++smart-pointersauto-ptr

Read More
So can unique_ptr be used safely in stl collections?...


c++c++11auto-ptrunique-ptr

Read More
Which kind of (auto) pointer to use?...


c++pointersauto-ptr

Read More
How to use std::auto_ptr to achieve covariance assignment?...


c++templatesauto-ptr

Read More
Why does this code only print 42?...


c++gccauto-ptr

Read More
std::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers...


c++shared-ptrunique-ptrauto-ptrweak-ptr

Read More
auto_ptr pointing to a dynamic array...


c++auto-ptr

Read More
Is returning auto_ptr from functions wrong/error-prone?...


c++auto-ptr

Read More
Singleton pattern: different behavior of auto_ptr and unique_ptr...


c++staticlinkersingletonauto-ptr

Read More
BackNext