Search code examples
How can I track object lifetime in C++11 lambda?...


c++c++11lambdashared-ptrweak-ptr

Read More
boost::asio::read throws compilation error 'read_some' is not a member of 'boost::shared...


boosttcpboost-asioshared-ptr

Read More
Finding weak_ptrs referring to a shared_ptr...


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

Read More
Lambda Expression in c++ std::copy_if...


c++lambdashared-ptr

Read More
nested boost::shared_ptr use_count not updating...


c++c++11boostshared-ptr

Read More
C++11, shared_ptr.reset() and cyclic references...


c++c++11shared-ptrresetcyclic-reference

Read More
How do I implement polymorphism with std::shared_ptr?...


c++11gcccastingpolymorphismshared-ptr

Read More
std::shared_ptr initialization...


c++c++11shared-ptr

Read More
Typedef a shared_ptr type with a static custom deleter, similar to unique_ptr...


c++shared-ptrsmart-pointersunique-ptrraii

Read More
Static vector of shared_ptr's for all the objects of a class hierachy...


c++pointersinheritanceshared-ptrstatic-members

Read More
Why is there no atomic_{store,load} for weak_ptr?...


c++c++11shared-ptratomicsmart-pointers

Read More
Make_shared - own implementation...


c++shared-ptr

Read More
What does "single allocation" mean for boost::make_shared...


c++boostshared-ptrsmart-pointersmake-shared

Read More
Smart pointers for graph representation (vertex neighbors) in C++11...


c++11graphshared-ptrunique-ptradjacency-list

Read More
function overloading ambiguty between bool and boost::shared_ptr<base> when calling with boost...


c++shared-ptroverload-resolution

Read More
why there is no template argument in __enable_shared_from_this_helper in gcc/libstdc++...


c++shared-ptrlibstdc++

Read More
Using what happens to raw pointers when their shared_ptr dies...


c++shared-ptr

Read More
C++ How can I store multiple types in an vector of shared_ptrs?...


c++templatesvectorshared-ptrpolymorphism

Read More
c++ - array of shared_ptr...


c++cmultidimensional-arrayshared-ptr

Read More
transfer std::shared_ptr via mailbox...


shared-ptrrtos

Read More
C++ Efficient way to construct large vector of shared_ptr to class...


c++multithreadingvectorshared-ptrdynamic-allocation

Read More
Refactoring code to use Boost shared pointers...


c++refactoringshared-ptrsmart-pointers

Read More
what does .reset do to a shared_pointer...


c++shared-ptr

Read More
new and make_shared for shared pointers...


c++pointersshared-ptrmake-shared

Read More
How to avoid memory leak with shared_ptr?...


c++boostmemory-leaksshared-ptrsmart-pointers

Read More
shared_ptr increase parent reference...


c++shared-ptrboost-smart-ptr

Read More
pass shared_ptr as a argument to a function which accepts object of a class type...


c++boostshared-ptr

Read More
initialize struct with shared_ptr<void>...


c++structshared-ptr

Read More
Using shared_ptr with sqlite3...


c++sqliteshared-ptr

Read More
Resetting nested smart pointer of a shared_ptr to a shared_ptr (or to a unique_ptr), seeming paradox...


c++c++11shared-ptrunique-ptrnested

Read More
BackNext