Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Is shared_ptr destruction safe with multiple threads?

How can I pass boost::shared_ptr as a pointer to a Windows Thread function?

Drawing Smart Pointers in UML

bad_weak_ptr when calling shared_from_this() in base class

boost shared_ptr casting to void*

c++ boost shared-ptr

passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base>>

const correctness and shared_ptr, a matter of design?

Finding where a shared_ptr's reference count is incremented

C++ memory management when passing shared_ptr to lambda

shared_ptr vs CComPtr

c++ com shared-ptr

exception: bad_weak_ptr while shared_from_this

c++ shared-ptr

boost::any type change leading to illegal access

c++ boost shared-ptr

How to make a copy of vector of shared_ptrs? [duplicate]

std::bind with pointer to a function object

shared_ptr with incomplete types from library

c++ sdl shared-ptr

Understanding of Scott Meyers' third example of std::weak_ptr

boost shared_ptr and 'this'

c++ boost shared-ptr

Boost shared_ptr with overloaded placement new/delete

What's the best strategy for typedef'ing shared pointers?

c++ boost typedef shared-ptr

Is there a way to cast shared_ptr<void> to shared_ptr<T>?