Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

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?

Weak pointer to this in constructor

What is the difference between auto pointers and shared pointers in C++

How to detect if a type is shared_ptr at compile time

Was the raw-pointer constructor of shared_ptr a mistake?

c++0x std::shared_ptr vs. boost::shared_ptr

why allocate_shared and make_shared so slow

shared_ptr aliasing constructor

c++ c++11 shared-ptr

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

Using luabind and std::shared_ptr with inheritance

c++ c++11 lua shared-ptr luabind

How to pass a default parameter for std::shared_ptr<PureVirtualClass>

Passing a std::shared_ptr<T> to a function that takes a std::shared_ptr<const T>?

c++ c++11 c++14 shared-ptr

Using shared_ptr in C interfaces?

c++ c shared-ptr

shared_ptr as class member

c++ boost shared-ptr