Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

C++11 Smart Pointer Policies

How to check memory allocation failures with new operator?

How to avoid memory leak with shared_ptr?

boost Shared_pointer NULL

Lock-free Reference counting and C++ smart pointers

How does a reference-counting smart pointer's reference counting work?

Create a boost::shared_ptr to an existing variable

Should I use C++11 emplace_back with pointers containers?

c++ c++11 smart-pointers

Why is std::rc::Rc<> not Copy?

rust smart-pointers

Set shared_ptr with new_pointer that is old_pointer + offset

How to enable Rust Ownership paradigm in C++

c++ rust smart-pointers

How do smart pointers choose between delete and delete[]?

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