Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

How to access target of std::tr1::shared_ptr in GDB

c++ gdb shared-ptr tr1

Using boost::shared_ptr in a library's public interface

c++ api boost shared-ptr

atomic operations for shared_ptr in C++11

c++ c++11 shared-ptr

Multiple shared_ptr storing same pointer

c++ c++11 shared-ptr

Smart pointers as map key

Temporary read-only copy of unique_ptr

Forward declarations and shared_ptr

Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?

How to combine the use of std::bind with std::shared_ptr

c++ c++11 std shared-ptr stdbind

Does make_shared do a default initialization (zero-init) for each member variable

C++: auto_ptr + forward declaration?

Using std::shared_ptr with clang++ and libstdc++

c++ shared-ptr clang libstdc++

shared, weak and lazy pointers in C++

Suicide object implementation leveraging `std::weak_ptr`

Boost shared_ptr dereference cost

c++ boost shared-ptr

How to do function overloading with std::shared_ptr<void> and another type of std::shared_ptr?

Extract a subvector from a vector without copy

Fully thread-safe shared_ptr implementation

how boost::~shared_ptr works?

c++ boost shared-ptr

Downcasting shared pointer to derived class with additional functionality - is this safe?

c++ stl shared-ptr downcast