Search code examples
Do I need to reset a shared_ptr before removing it from a vector?...


c++shared-ptrsmart-pointers

Read More
When is object pointed by std::shared_ptr deleted?...


c++c++11shared-ptr

Read More
Filtering a container ( std::vector ) of std::shared_ptr to a container of std::weak_ptr...


c++shared-ptrweak-ptr

Read More
Find in a map using the base class with a boost::shared_ptr...


c++boostshared-ptr

Read More
std::shared_ptr in a union...


c++shared-ptrunions

Read More
How to initialize a std::shared_ptr from a function returning by value?...


c++shared-ptr

Read More
Multiple pointers to an object...


c++pointersshared-ptr

Read More
boost scoped_ptr/shared_ptr holding memory block of different size than size of object pointed to...


c++shared-ptrscoped-ptr

Read More
Smart pointers + cycles + "->"...


c++c++11shared-ptrsmart-pointersweak-ptr

Read More
Double deletion error with shared_ptr C++...


c++stlshared-ptr

Read More
Passing shared_ptr to thread...


c++c++11shared-ptr

Read More
Obtaining object from function by reference instead by value...


c++functionstackshared-ptr

Read More
Exception safety with shared_ptr's constructor...


c++shared-ptrexception-safety

Read More
boost shared ptr makes copy when changing undelying object?...


boostshared-ptrrefcounting

Read More
Correct use of shared_ptr and make_shared in exercise from Stroustrup's PPP book Chapter 12...


c++c++11shared-ptr

Read More
boost::shared_ptr is it safe to use it in multiple threads?...


c++multithreadingboostshared-ptr

Read More
_block_type_is_valid(phead- nblockuse) when erasing data from a vector of shared_ptr...


c++vectorshared-ptrerase

Read More
boost::shared_ptr is deleted somewhere...


c++boostshared-ptr

Read More
Internal structure of a boost::smart_ptr...


c++boostshared-ptr

Read More
Returning Smart Pointers...


c++shared-ptrsmart-pointersunique-ptrresource-management

Read More
Unhandled exception exception in boost shared_ptr destructor...


c++boostshared-ptrunhandled-exception

Read More
Pure virtual and std::shared_ptr...


c++c++11shared-ptrpure-virtual

Read More
Using boost::shared_ptr with a view to replacing it later...


c++boostshared-ptrtemplate-aliases

Read More
What are the benefits and risks, if any, of using std::move with std::shared_ptr...


c++c++11shared-ptrmove-semanticsunique-ptr

Read More
Correct way to initialize boost::shared_ptr...


c++boostinitializationshared-ptr

Read More
Extracting a raw pointer from a shared_ptr...


c++shared-ptrtr1

Read More
Shorter syntax for std::shared_ptr / std::make_shared...


c++11shared-ptr

Read More
shared_ptr and unique_ptr Constructors in Lippman's C++ Primer...


c++shared-ptrunique-ptr

Read More
Maximum number of std::shared_ptr managed objects per process...


c++c++11shared-ptr

Read More
How should I construct an instance intended to be managed with std::shared_ptr?...


c++11shared-ptr

Read More
BackNext