Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Understanding the unique_ptr's constructor which takes a custom deleter

why should we use std::move semantic with unique pointers?

How to create a unique_ptr to a value passed by base class reference?

Best way to store std::vector of derived class in a host parent class

Limit variable template to a list of types

Efficiently erase a unique_ptr from an unordered_set

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