Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Move Constructor and = operator for Shared Pointer

"Connecting" SDL_Surface to shared_ptr

c++ sdl shared-ptr

Verify at compile time that objects are created as shared_ptr

Cast an iterator of a vector of shared_ptr type

c++ boost iterator shared-ptr

Cannot dynamic cast when using dynamic_pointer_cast

What is the need for enable_shared_from_this? [duplicate]

c++ c++11 boost shared-ptr

C++0x Error: overloading a function with std::shared_ptr to const argument is ambiguous

Create a non-owning shared_ptr?

std::atomic load method decreases the reference count when used with std::shared_ptr

c++ c++11 shared-ptr atomic

new and make_shared for shared pointers

To use shared_ptr, is it safe ?

c++ 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