Search code examples
Move value under std::unique_ptr...


c++memory-managementunique-ptr

Read More
How to use std::find_if with a vector of unique pointers?...


c++algorithmunique-ptr

Read More
How do you make unique_ptrs with the these initializations?...


c++unique-ptr

Read More
getting a segfault when I try to deep copy `unique_ptr`s...


c++c++11unique-ptrmove-semantics

Read More
error: ‘unique_ptr’ is not a member of ‘std’...


c++c++11g++unique-ptr

Read More
Why does push_back fail for unique_ptr of string vectors?...


c++c++11unique-ptr

Read More
C++ Override Destructor and ownership transfer of a member variable...


c++c++11destructorunique-ptrpointer-to-member

Read More
Passing std::unique_ptr to a function by using a variable that is already created using new X()...


c++c++11pointerssmart-pointersunique-ptr

Read More
C++ no instance of overloaded function error in vector with unique_ptr...


c++unique-ptr

Read More
move class instance holding a unique_ptr...


c++unique-ptr

Read More
Is creating unique_ptr thread safe...


c++multithreadingc++11thread-safetyunique-ptr

Read More
Does unique_ptr swap copy contents?...


c++swapunique-ptr

Read More
How to give a child a weak pointer to a parent? (C++)...


c++c++17smart-pointersunique-ptrweak-ptr

Read More
Vector of unique pointers error, cannot be referenced after initialization...


c++sfmlunique-ptr

Read More
default value of a unique_ptr...


c++gccunique-ptr

Read More
Why is std::make_unique necessary to initialize member std::unique array, and how to work around for...


c++c++11stlunique-ptr

Read More
How to use std::remove_pointer with void*?...


c++unique-ptrvoid-pointerstype-traits

Read More
Function returns const ref to std::unique_ptr, can it return null?...


c++c++11stdsmart-pointersunique-ptr

Read More
Unique_ptr to array of pointers syntax...


c++arraysunique-ptr

Read More
Does std::unique_ptr set its underlying pointer to nullptr inside its destructor?...


c++unique-ptrnullptr

Read More
Use of unique_ptr with overloaded constructor...


c++pointersunique-ptr

Read More
Why is the copy constructor invoked in a lambda while moving a `unique_ptr`?...


c++lambdaunique-ptr

Read More
static unique_ptr calls destructor twice...


c++c++11singletonlazy-loadingunique-ptr

Read More
Why does std::unique_ptr not permit type inference?...


c++c++11unique-ptr

Read More
Smart pointers to an object explicitly created object...


c++c++11shared-ptrsmart-pointersunique-ptr

Read More
Cant push_back() non copyable object to vector reference C++...


c++vectorreferenceunique-ptr

Read More
When does a unique_ptr returned by a function (via std::move) go out of scope...


c++c++11scopeunique-ptr

Read More
Why isn't it possible to make a tuple which contains a tuple and a unique_ptr as values in C++?...


c++pointersstlunique-ptrstdtuple

Read More
How to pass unique_ptr by reference polymorphically?...


c++polymorphismpass-by-referenceunique-ptrupcasting

Read More
Why is my unique_ptr immediately deleting itself?...


c++c++11dependency-injectionunique-ptr

Read More
BackNext