Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Can I get a raw pointer from boost's weak_ptr?

C++/CLI Wrapping a Function that Returns a std::shared_ptr

shared_ptr with templates

c++ templates shared-ptr

Should I use smart pointers on everything and forget about classic normal pointers?

Why isn't the reference counter in boost::shared_ptr volatile?

Decent shared_ptr implementation that does not require a massive library?

c++ shared-ptr

What is the Rust equivalent of C++'s shared_ptr?

two shared_ptr from same enable_shared_from_this instance

BOOST_FOREACH Iteration over boost::shared_ptr<list>

Tracking down owner of a shared_ptr?

Does accessing via a shared_ptr pollute the cache line more than raw pointer?

Lazy-constructed shared_ptr

c++ c++11 std wrapper shared-ptr

Dereferencing a shared pointer and assigning to it

c++ shared-ptr dereference

Why is there no atomic_{store,load} for weak_ptr?

How to mix C++ shared pointers and object references

Does shared_ptr's dtor require the use of a "deleter"?

specialise `std::default_delete` for `std::shared_ptr`

c++ shared-ptr

Const correctness with objects containing shared_ptr

c++ constants shared-ptr