Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Differences between different flavours of shared_ptr

c++ c++11 boost shared-ptr tr1

Create shared_ptr from reference

c++ shared-ptr

When would I want to construct a shared pointer from a raw pointer

c++ c++11 shared-ptr

C++ shared_ptr equality operator

c++ map shared-ptr equality

Can deriving a class from 'enable_shared_from_this' increase performance?

std::shared_ptr upcasting to base class - best method?

c++ shared-ptr

shared_ptr Real life use-cases

c++ c++11 shared-ptr

Is it correct to return null shared_ptr?

Is there a recommended way to test if a smart pointer is null?

Why shared_ptr's reference counting object needs to keep track of the number of weak_ptrs pointing to the object too?

c++ c++11 shared-ptr weak-ptr

C++ std::shared_ptr usage and information

c++ g++ shared-ptr

const shared_ptr to shared_ptr

boost shared-ptr

When would you use an std::auto_ptr instead of boost::shared_ptr?

Atomic shared_ptr for lock-free singly linked list

How to accomplish covariant return types when returning a shared_ptr?

Does the WKWYL optimization in make_shared<>() introduce a penalty for some multithreading applications?

C++11 atomics and intrusive shared pointer reference count

c++ c++11 shared-ptr atomic

Does std::make_shared() use custom allocators?

How to handle 'this' pointer in constructor?

Move a unique_ptr with custom deleter to a shared_ptr