Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Thread safe unique_ptr move

C++ Arrays and make_unique

c++ arrays c++11 unique-ptr raii

unique_ptr & vector, trying to access deleted function, Visual Studio 2013

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