Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

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

c++ vector std unique-ptr

How do I make only a single call to the move-constructor?

Doubly linked list std::unique_ptr class doesn't work as expected on node removal

Smart pointers with functions returning a pointer in an argument

C++: How to push unique_ptr to deque?

Creating unique_ptr Via Functions

c++ c++11 unique-ptr

How do a get the address of the pointer stored in a unique_ptr?

c++ pointers unique-ptr

std::make_unique with null pointer?

c++ c++14 unique-ptr

C++0x unique_ptr misunderstanding?

c++ c++11 unique-ptr

C++ primer 5th edition: Difference between the deleter of a shared_ptr and of unique_ptr's

c++ shared-ptr unique-ptr

std::unique pointer and custom lambda deleter error

Is std::unique_ptr ABI-compatible with raw pointers?

How does unique_ptr support both "dot" and "arrow" invocation, and undefined methods?

c++ unique-ptr

unique_ptr constructor with rvalue deleter returns null?

c++ c++11 unique-ptr

Use of deleted function unique_ptr

c++ vector unique-ptr

Usage of this* in make_unique

Move unique_ptr: reset the source vs. destroy the old object

c++ move unique-ptr