Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Why doesn't aliasing constructor of std::shared_ptr initialize std::enabled_shared_from_this?

c++ c++11 std shared-ptr

Shared pointers and const correctness

C++ dependency injection - by reference or by boost::shared_ptr?

Is there a general smart pointer like auto_ptr and shared_ptr that doesn't need C++0x?

C++ deleted new operator but can create shared_ptr

c++ shared-ptr new-operator

intrusive_ptr: Why isn't a common base class provided?

Using std::shared_ptr<void> to point to anything

Why ref_count in shared_ptr implementation is int*

c++ shared-ptr

shared_ptr and the this-pointer

Appropriate use of shared_ptr?

c++ shared-ptr ownership

Where is the std equivalent of boost::shared_polymorphic_downcast in C++11?

c++ boost stl c++11 shared-ptr

How can I call a private destructor from a shared_ptr?

weak_ptr of a base class, while the shared_ptr is of a derived class?

Shared pointers delete recursive data structures recursively and the stack overflows

Why doesn't std::weak_ptr have operator->?

Boost intrusive pointer

const_cast rules in c++

Confusion about Copy-On-Write and shared_ptr

How do I iterate through a sequence of shared_ptr objects?

c++ c++11 reference shared-ptr

Why must shared_ptr<> allocate for the control block and managed object separately?