Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Transferring sole ownership: unique_ptr vs move semantics

How to call other class' const member function via a std::unique_ptr member

How to remove unique_ptr by pointer from a container?

c++11 unique-ptr

How to forward unique_ptr with tuple?

c++ c++11 tuples unique-ptr

Mix boost::optional and std::unique_ptr

C++11 issues when moving from Visual Studio 2010 to 2012

Sorting a list of objects holding a vector of unique_ptr

c++ list c++11 vector unique-ptr

c++ std::unique_ptr won't compile in map

How to write a unique_ptr whose pointer and data is const

c++ unique-ptr

Compiler error when destructor declared in class body with unique_ptr as member of the same class

Why can't I return a unique_ptr from a pair?

"No-throw dereferencing" of std::unique_ptr

c++ c++11 unique-ptr

How to avoid the need to specify deleter for std::shared_ptr every time it's constructed or reset?

unique_ptr in Qt project

c++ qt unique-ptr

Initialize static std::map with unique_ptr as value

What does it mean to have sole ownership of object for unique_ptr?

What is unique_ptr::deleter_type::pointer for?

c++ c++11 unique-ptr

Copying std::unique_ptr's value via dereferencing

How to pass a non-static member function as a unique_ptr deleter [duplicate]

c++ unique-ptr

default value of a unique_ptr

c++ gcc unique-ptr