Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

smart pointers, typedefs and forward declarations

c++ typedef smart-pointers

Extract a subvector from a vector without copy

shared_ptr that cannot be null?

c++ shared_ptr of stack object

Incomplete type for std::vector

How to force only smart pointers instance for a class?

Feasibility of automatic cycle breaker for `std::shared_ptr`

What happens if an object held by a smart pointer gets deleted elsewhere?

c++ qt smart-pointers

How does a weak_ptr know that the shared resources has expired?

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?