Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Why is unique_ptr operator-> not const-overloaded?

Does this use of std::make_unique lead to non-unique pointers?

c++ smart-pointers

What is a real world example for "smart pointer to member"?

How to remove (non-intrusive) smart pointers from a cache when there are no more references?

Pointer-like classes and the ->* operator

enable_shared_from_this and objects on stack

c++ boost smart-pointers

Store weak pointer to self

c++ smart-pointers weak-ptr

Alternative to boost::shared_ptr in an embedded environment

Additional arguments for custom deleter of shared_ptr

c++ smart-pointers

If I need polymorphism should I use raw pointers instead of unique_ptr?

Is there a safe way to use C++11 Smart Pointer and the Interface for Raw Pointer together?

Usage of Smart Pointers as a Programming Standard?

How to compile c++11 code with android ndk and eclipse?

How can I create a smart pointer that locks and unlocks a mutex?

How to return vector of pointers (and ownership) C++11

Why and when do I need to supply my own deleter?

c++ smart-pointers

Why can operator-> be overloaded manually?

Is there any reason to use auto_ptr?

Pointer to stack object without ownership

Is there a bug in GCC 4.7.2's implementation of shared_ptr's (templated) assignment operator?

c++ gcc stl c++11 smart-pointers