Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

why we cannot use "=" to shared_ptr or unique_ptr? [duplicate]

How to interpret a "const unique_ptr"

c++ constants unique-ptr

Trivial raw pointer that self-initializes to nullptr in C++

c++ pointers c++11 unique-ptr

QMap and std::unique_ptr

c++ qt unique-ptr qmap

What is the purpose of the third "overload" for make_unique? [duplicate]

Why does `std::shared_ptr` store a type erased deleter [duplicate]

Is it possible to store unique_ptr in a QList of QPairs?

c++ qt c++11 stl unique-ptr

How to resize a vector of vector of unique_ptr?

c++ vector unique-ptr

Why cannot I delete unique_ptr<char[]> with reset()?

How to avoid performance warning for unique_ptr check in VS?

c++ visual-c++ unique-ptr

Why does unique_ptr have an overload for auto_ptr?

c++ c++11 unique-ptr auto-ptr

C++ smart_ptr doesn't cause stack overflow?

unique_ptr handling for double pointer

c++ unique-ptr

Move constructor C++11

Passing std::unique_ptr to JNI

Can't use std::unique_ptr<T> with T being a forward declaration