Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

best practice when returning smart pointers

c++ boost smart-pointers

Return Type Covariance with Smart Pointers

Vector of shared pointers , memory problems after clearing the vector

unique_ptr<T> lambda custom deleter for array specialization [duplicate]

C++ using scoped_ptr as a member variable

c++ oop smart-pointers

How to assign the address of an existing object to a smart pointer?

C++11 Smart Pointer Semantics

intrusive_ptr in c++11

How to perform a dynamic_cast with a unique_ptr?

shared_ptr vs scoped_ptr

Why does unique_ptr instantiation compile to larger binary than raw pointer?

c++ assembly smart-pointers

How to initialize std::unique_ptr in constructor?

Is the Rule of 5 (for constructors and destructors) outdated?

What is the best smart pointer return type for a factory function?

How to enable_shared_from_this of both parent and derived

c++ boost smart-pointers

How to pass deleter to make_shared?

Use of observer_ptr

c++ smart-pointers c++17

Recommended usage of std::unique_ptr [duplicate]

Passing unique_ptr to functions

How to get the Object being pointed by a shared pointer?