Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

How to introduce boost::shared_ptr into an existing (large) C++ codebase?

Correct way to allocate memory to std::shared_ptr

std::move with std::shared_ptr in lambda

Can I cast shared_ptr<T> & to shared_ptr<T const> & without changing use_count?

c++ casting shared-ptr

Will a shared_ptr automatically free up memory?

Boost Shared Pointer: Simultaneous Read Access Across Multiple Threads

convert shared_ptr to auto_ptr?

c++ shared-ptr auto-ptr

Smart pointer wrapping penalty. Memoization with std::map

c++ how to assert that all std::shared_ptr in a vector are referring to something

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>