Search code examples
Is object can be destroyed when called the destructor explicitly?...

c++c++11unique-ptr

Read More
Using a custom delete functor (that accesses member) for a member std::unique_ptr...

c++unique-ptrc++pmr

Read More
Differences between unique_ptr and shared_ptr...

c++pointersc++11shared-ptrunique-ptr

Read More
std::make_unique with null pointer?...

c++c++14unique-ptr

Read More
malloc on struct containing unique_ptr...

c++mallocunique-ptr

Read More
What is the behaviour of unique_ptr in this situatuion?...

c++pointersunique-ptr

Read More
C++ another unique_ptr incomplete type question...

c++unique-ptrforward-declarationincomplete-type

Read More
Segmentation fault using unique ptr...

c++c++11unique-ptrfactory-pattern

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

c++stdunique-ptrstructured-bindings

Read More
std move result still using copy-contractor...

c++c++17unique-ptrmove-semantics

Read More
Casting `std::unique_ptr`...

c++castingunique-ptrdynamic-cast

Read More
Using `std::experimental::propagate_const` for arrays...

c++unique-ptrconst-correctness

Read More
Singly linked list with unique_ptr...

c++linked-listsmart-pointersunique-ptr

Read More
Pass a lambda which captures a unique_ptr to another function...

c++lambdaunique-ptrmove-semantics

Read More
Couple of questions about SDL_Window and unique_ptr...

c++sdlunique-ptr

Read More
C++ Creating a unique pointer results in error "allocating an object of abstract class type&quo...

c++inheritanceinterfacevirtualunique-ptr

Read More
C++/pimpl: raw pointer or unique_ptr? What is a better choice?...

c++unique-ptrraiiraw-pointer

Read More
Any way to initialize a vector of unique_ptr?...

c++c++11initializationunique-ptrinitializer-list

Read More
Is std::unique_ptr<T> required to know the full definition of T?...

c++visual-studio-2010c++11stlunique-ptr

Read More
Pass ownership of an object into method of the same object?...

c++c++14unique-ptrrvalue-referenceownership-semantics

Read More
Trouble passing a function pointer to a method from main in C++...

c++xcodeunique-ptr

Read More
heap corruption when leaving scope with unique_ptr...

c++scopec++11unique-ptr

Read More
Is unique_ptr guaranteed to store nullptr after move?...

c++c++11move-semanticsunique-ptr

Read More
Instantiate unique_ptr to derived class from vector of base class where derived class has been store...

c++oopc++11inheritanceunique-ptr

Read More
Why is the declaration of std::unique_ptr valid with an abstract class...

c++c++11abstract-classunique-ptr

Read More
boost::asio::io_service::post - how to move std::unique_ptr into a handler function...

c++multithreadingboostboost-asiounique-ptr

Read More
Is there any use for unique_ptr with array?...

c++c++11smart-pointersunique-ptr

Read More
How do I assign an arbitrary value to a unique_ptr?...

c++unit-testingunique-ptr

Read More
No matching default constructor for static unique_ptr...

c++constructorc++20unique-ptr

Read More
Should you use std::unique_ptr alongside std::function?...

c++shared-ptrunique-ptrstd-function

Read More
BackNext