Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

How to fill an array of unique_ptr?

What's with unique_ptr::get() instead of &*?

Why does Visual Studio compiler allow violation of private inheritance in this example?

Move `unique_ptr`s between sets

c++ containers unique-ptr

C++ std::unique_ptr stored inside std::map use of deleted function ill formed

c++ dictionary unique-ptr

Using automatic deduction with unique_ptr and custom deleter

C++11 non-owning reference/pointer to unique_ptr?

boost::variant; std::unique_ptr and copy

Add implicit conversion from unique_ptr<T> to T*

std::make_unique's (and emplace, emplace_back's) awkward deduction for initializer_list arguments

Use unique_ptr for ownership and raw pointer otherwise?

c++ c++11 unique-ptr ownership

Memory footprint of unique_ptr [duplicate]

c++ c++11 unique-ptr

Is it a bad habit to initialize a unique_ptr using reset?

c++ c++14 unique-ptr

Can't return nullptr for unique_ptr return type

c++ c++11 unique-ptr nullptr

What is the syntax to declare a unique_Ptr variable in a header, then assign it later in the constructor?

c++-cli unique-ptr

swap std::unique_ptr with lambda as deleter -- GCC

c++ gcc c++11 lambda unique-ptr

Why is unique_ptr::release not defined with [[nodiscard]]?

c++ unique-ptr nodiscard

Confused using unique_ptr and a custom deleter

c++ c++11 unique-ptr

Use of unique_ptr and cudaMalloc

c++11 pointers cuda unique-ptr