Reset boost::shared_ptr captured by value from lambda...
Read MoreHow to instantiate shared pointer with JNI to call java implementation...
Read MoreReturning make_shared<Base>, inheritence and casting to Derived not working as expected?...
Read MoreSegfault in factory constructed class...
Read MoreHow to release pointer from boost::shared_ptr?...
Read MoreUsing std::allocate_shared with polymorphic resource allocators...
Read MoreConverting sharet_ptr<Derived> to shared_ptr<Base>...
Read MoreConstruct a span<shared_ptr<T>> from an array<shared_ptr<void>>...
Read MoreIs there a way to add elements to this vector?...
Read MoreC++ - passing references to std::shared_ptr or boost::shared_ptr...
Read MoreWhat is the difference between *smart_ptr and *smart_ptr.get()...
Read MoreWhat is difference between "owned pointer" and the "stored pointer" for std::sha...
Read Moreshared_ptr use_count() return 0 after assignment operator (=)...
Read MoreShared Pointer ambiguous call / undefined reference to call...
Read MoreCan't "std::shared_from_this" be inherited by its derived classes?...
Read MoreHow to comprehend "std::relational operators (shared_ptr) compares directly the stored pointers...
Read MoreWill instance of shared_ptr<Base> and shared_ptr<Derived> with same raw pointer share re...
Read MoreWhy is casting on shared_ptr like this?...
Read MoreUsing a prvalue to create a shared_pointer...
Read Moremake_shared and abstract polymorphism...
Read MoreRetrieving address of "inner" classes of a class...
Read Moreenable_shared_from_this returns bad_weak_ptr error...
Read MoreUse of weak_ptr with cyclic references...
Read MoreFind a value in a set of shared_ptr...
Read MoreAbout std::unique_prt() and decltype()...
Read MorePrevent copy of shared pointer on return...
Read MoreHow to access target of std::tr1::shared_ptr in GDB...
Read MoreDereferencing shared pointer and call by reference...
Read Morewhat does std::move(const shared_ptr reference) mean?...
Read MoreHow does a reference-counting smart pointer's reference counting work?...
Read More