Search code examples
Is there any reason to use auto_ptr?...

c++stlsmart-pointersauto-ptr

Read More
How could one implement std::auto_ptr's copy constructor?...

c++smart-pointerscopy-constructorauto-ptr

Read More
Does using std::auto_ptr data members invoke UB?...

c++standards-complianceauto-ptr

Read More
C++ std::auto_ptr copy constructor...

c++auto-ptr

Read More
Difference between pointer and smart pointer...

c++auto-ptr

Read More
Code Review question - should I allow this passing of an auto_ptr as parameter?...

c++coding-styleauto-ptr

Read More
Why does `myvector.push_back(autoPtr.release())` provide the strong exception safety guarantee?...

c++boostauto-ptrexception-safe

Read More
question about auto_ptr::reset...

c++pointerssmart-pointersauto-ptr

Read More
auto_ptr and containers - C++...

c++auto-ptr

Read More
When would you use an std::auto_ptr instead of boost::shared_ptr?...

c++stlboostshared-ptrauto-ptr

Read More
Why doesn't auto_ptr<T> have operator!() defined?...

c++auto-ptr

Read More
Can't inherit from auto_ptr without problems...

c++gccauto-ptr

Read More
Containers of auto pointers...

c++stlauto-ptr

Read More
C++ smart pointer for a non-object type?...

c++smart-pointersshared-ptrauto-ptr

Read More
Normal pointer vs Auto pointer (std::auto_ptr)...

c++pointersauto-ptr

Read More
should std::auto_ptr<>::operator = reset / deallocate its existing pointee?...

c++stlvisual-c++smart-pointersauto-ptr

Read More
Why does the interface for auto_ptr specify two copy-constructor-like constructors...

c++stlauto-ptr

Read More
Is this a fine std::auto_ptr<> use case?...

c++auto-ptrexception-safe

Read More
Ternary operator on auto_ptr content not working...

c++stlauto-ptr

Read More
How to effectively delete C++ objects stored in multiple containers? auto_ptr?...

c++stlauto-ptr

Read More
how can I use auto_ptr as member variable that handles another member variable...

c++auto-ptr

Read More
Returning multiple auto_ptrs from a function...

c++auto-ptr

Read More
std::auto_ptr, delete[] and leaks...

c++memory-leaksauto-ptr

Read More
How do use a std::auto_ptr in a class you have to copy construct?...

c++smart-pointersauto-ptr

Read More
Returning a new object along with another value...

c++auto-ptr

Read More
References and auto_ptr...

c++referenceauto-ptr

Read More
Auto Pointer constructor in VC2008...

visual-studio-2008visual-c++visual-studio-2005copy-constructorauto-ptr

Read More
Difference between ATL CAutoPtr and STL std::auto_ptr?...

shared-ptrauto-ptrcautoptr

Read More
Re-assinging an "auto_ptr" and Managing Memory...

c++memory-managementmemory-leaksauto-ptr

Read More
Will auto_ptr protect against this?...

c++auto-ptr

Read More
BackNext