Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

qt garbage collection and smart pointers

c++ qt smart-pointers

when to use weak pointer (wp) in android native framework (AOSP)

removing a unique_ptr of an object from a vector by an attribute value

Conversion from shared_ptr to weak_ptr polymorphism

c++ boost smart-pointers

Smart pointer that lazily recreates its resource

How do non-intrusive smart pointers behave with respect to inheritance and multiple inheritance?

Pimpl with smart pointers in a class with a template constructor: weird incomplete type issue

Avoid object slicing for non-virtual destructors

C++ smart pointers address

c++ pointers smart-pointers

How to instantiate a global smart pointer variable?

c++ smart-pointers

Find a raw pointer in a bimap of smart pointers

c++ c++11 smart-pointers

How to use smart pointer in this situation

c++ smart-pointers

How do I call make_shared or make_unique with a templated Constructor

Are C++ smart pointers lockfree?

unique_ptr ownership semantics

When to use unique_ptr instead of local object?

Order of destruction parent and child

c++ class smart-pointers

Why does "weak.lock()" return "nullptr" with the definition of "auto weak=std::make_shared<int>(42);"?

c++ smart-pointers

What is the difference between Rc<RefCell<T>> and RefCell<Rc<T>>?

How to return a smart pointer to a member variable?

c++ c++11 smart-pointers