Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Why cannot I delete unique_ptr<char[]> with reset()?

How to avoid performance warning for unique_ptr check in VS?

c++ visual-c++ unique-ptr

Why does unique_ptr have an overload for auto_ptr?

c++ c++11 unique-ptr auto-ptr

C++ smart_ptr doesn't cause stack overflow?

unique_ptr handling for double pointer

c++ unique-ptr

Move constructor C++11

Passing std::unique_ptr to JNI

Thread safe unique_ptr move

Preventing unsafe dereferencing of std::unique_ptr

c++ c++11 c++14 unique-ptr

C++ How to add queue of unique_ptr's to a vector

unique_ptr autocomplete in eclipse

c++ linux eclipse stl unique-ptr

Raw vs Unique pointers in the list

c++ unique-ptr

std::unique_ptr structure member to the structure type

c++ unique-ptr

unique_ptr and default constructible pointer

Smart Pointer Custom Deleter

c++ c++11 std unique-ptr

Why doesn't std::move() of unique_ptr from list<unique_ptr> really move it?

C++ Arrays and make_unique

c++ arrays c++11 unique-ptr raii

What is the right way to expose resources owned by a class?

c++ c++11 unique-ptr ownership

unique_ptr & vector, trying to access deleted function, Visual Studio 2013

Can't use std::unique_ptr<T> with T being a forward declaration