Search code examples
Shared pointer vector getter in for loop causing problems...


c++vectorshared-ptr

Read More
Returning shared_ptr and exception safety...


c++c++11stackshared-ptrmove-semantics

Read More
How to avoid destroying shared_ptr in inappropriate thread context?...


c++c++11boostboost-asioshared-ptr

Read More
boost: Initializing shared pointer reset vs make_shared...


c++boostshared-ptr

Read More
std::shared_ptr, std::weak_ptr and control block...


c++c++11stlshared-ptrweak-ptr

Read More
can I explicitly specialize std:shared_ptr::operator ->...


c++templatesc++11stlshared-ptr

Read More
Create a boost::shared_ptr to an existing variable...


c++boostshared-ptrsmart-pointers

Read More
Why does shared_ptr<T>::use_count() return a long instead of an unsigned type?...


c++c++14shared-ptr

Read More
How does shared_ptr<> safely allow casting to bool?...


c++stlshared-ptr

Read More
Why does copying a const shared_ptr& not violate const-ness?...


c++constantsshared-ptr

Read More
Sorting Vectors Of Shared Pointers in C++...


c++sortingc++11vectorshared-ptr

Read More
Using find_if and boost::bind with a set of shared_pointers...


c++boostshared-ptrboost-bind

Read More
Manually incrementing and decrementing a boost::shared_ptr?...


c++boostshared-ptr

Read More
Does shared_ptr free memory allocated on the heap?...


shared-ptrsmart-pointersallocation

Read More
What happens to an expired weak_ptr in a map...


c++shared-ptrweak-ptr

Read More
Shared pointers and const correctness...


c++shared-ptrgetterconst-correctness

Read More
Replacing char* with shared_ptr<char>...


c++pointersshared-ptr

Read More
Why is the size of make_shared two pointers?...


c++c++11shared-ptr

Read More
Breaking a circular dependency between a shared_ptr and a unique_ptr...


c++shared-ptrsmart-pointersunique-ptrcircular-dependency

Read More
shared_ptr vs scoped_ptr...


c++boostshared-ptrsmart-pointersscoped-ptr

Read More
Does a shared_ptr to a data member of an object keeps the data member alive past the life time of th...


c++c++11shared-ptr

Read More
std::shared_ptr preallocation memory...


c++c++11memory-managementshared-ptrplacement-new

Read More
create boost::shared_ptr with a reference in constructor...


boostshared-ptrc++03

Read More
"Expected a type specifier" error when creating an object of a class inside another class ...


c++shared-ptr

Read More
How to downcast a shared_ptr in the case of virtual inheritance?...


c++shared-ptrdowncastvirtual-inheritance

Read More
Shared pointer references...


c++shared-ptr

Read More
Shared_ptr and unique_ptr with exception...


c++exceptionshared-ptrunique-ptr

Read More
Member Function returns wrong smart pointer...


c++pointersshared-ptrsmart-pointers

Read More
How to initialize object's manager w/o initializing object in shared_ptr?...


c++shared-ptrsmart-pointersweak-ptr

Read More
How does shared_from_this in std::bind work where object does not exist?...


c++c++11boost-asiobindshared-ptr

Read More
BackNext