Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

unique_ptr: what is the effect of calling reset before assignment

c++ c++14 reset unique-ptr

Question on unique_ptr behavior w.r.t particular usage of std::move

Filling of vector with unique_pointers

Factory pattern using unique_ptr in c++

Passing a static operator() as deleter type

C++ Assignment operator for class that contains a unique pointer member variable

Why std::make_unique calls copy constructor

Initialize pointer(new uint8_t[height * width*3]) in one line

c++ pointers unique-ptr

C++ stack with unique_ptr

c++ unique-ptr

What do I Need to Return an Object with a unique_ptr Member?

Smart pointers for graph representation (vertex neighbors) in C++11

Why cant I swap a unique_ptr with a unique_ptr returned by a function?

Can I throw a unique_ptr?

c++ exception stl unique-ptr

C++ map brace initialization and unique ptr

Moving a unique pointer - undefined behavior on cppreference?

unique_ptr inside a variant. Is it safe to use?

c++ unique-ptr variant

Convenient type-inferring way to reassign `unique_ptr` value with new object

c++ c++14 unique-ptr

Why does default move constructor need default-deleter of class used in unique_ptr?

passing unique_ptr to a function by reference

How to cast vector of unique_ptr in a more generic way