Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Does memory get freed when reassigning std::unique_ptr?

C++ : Handle thread-local object destruction

Is it possible to use SDL2 with smart pointers?

Using std::make_unique with custom deleter on a derived class? [duplicate]

c++ c++14 unique-ptr

requires expression gives compilation error instead of false for std::unique_ptr<void> in C++20

Can I abstract away specific details about templated classes?

How to create a unique_ptr while guarding against implicit conversion in ctor?

Why passing a std::make_pair to a map::insert is not working? [duplicate]

how to make copy of unique_ptr wih custom deleter

c++ c++11 lambda unique-ptr

C++ std::unique_ptr but non movable?

c++ c++11 unique-ptr

thread safety of find() from a STL container of std::unique_ptr

c++ c++11 stl unique-ptr

Why can't std::unique_ptr be returned after structured binding without using std::move?

_mm_free as deleter for unique_ptr

Shared_ptr and unique_ptr with exception

Why does a function taking a std::unique_ptr by value not call the destructor in gcc/clang? [duplicate]

traversing memory owned by a unique_ptr gives segfault

c++ unique-ptr

unique_ptr<Expression>::Operator '=' is inaccessible

Const correctness of operator* in std::unique_ptr

Transforming a vector<std::unique_ptr<A>> to vector<A>

c++ vector std unique-ptr