Search code examples
Inserting unique pointers in deep std::unordered_map...


c++c++14unique-ptrunordered-map

Read More
Is unique_ptr faster than raw pointer? C++...


c++c++11pointersbenchmarkingunique-ptr

Read More
Why std::unique_ptr is not compatible with assignement operator?...


c++c++11unique-ptr

Read More
What is pointer() in unique_ptr?...


c++pointersinitializationunique-ptrdefault-constructor

Read More
Can I throw a unique_ptr?...


c++exceptionstlunique-ptr

Read More
Deleters for unique_ptr...


c++c++20unique-ptr

Read More
C++ : how to use spdlog to print custom class pointer?...


c++unique-ptrfmtspdlog

Read More
How to create an operator-> for a class unique_ptr...


c++unique-ptr

Read More
How to create unique_ptr with static deleter...


c++unique-ptr

Read More
Why do I need to move `std::unique_ptr`...


c++c++17unique-ptrmove-semanticsstructured-bindings

Read More
C++: How to pass the object from a unique_ptr into a function by value?...


c++unique-ptrcereal

Read More
Custom clone of unique_ptr doesn't return correct type...


c++unique-ptr

Read More
Best Practices? Converting from pointers to Unique_Ptrs...


c++smart-pointersunique-ptr

Read More
Trouble using std::make_unique with member variable of class...


c++c++14smart-pointersunique-ptrclass-members

Read More
unique_ptr that contains unique_ptr...


c++c++14unique-ptr

Read More
Why I cannot pass std::make_unique<S> as a function parameter?...


c++c++11templatesunique-ptr

Read More
How to push_back a "unique_ptr<Base>&" to "vector<unique_ptr<Derived&...


c++vectorpolymorphismunique-ptr

Read More
How to cast vector of unique_ptr in a more generic way...


c++vectorpolymorphismunique-ptr

Read More
move operation with pimpl idiom...


c++unique-ptrmove-semanticspimpl-idiom

Read More
Who and when deletes object when unique_ptr was set to nullptr...


c++memory-managementmemory-leaksunique-ptrobject-lifetime

Read More
Move unique_ptr outside of variant...


c++unique-ptrvariant

Read More
Copy contents of a unique pointer array in the copy constructor...


c++smart-pointersunique-ptr

Read More
passing reference argument to function taking universal reference of unique_ptr...


c++referenceunique-ptrmove-semanticsforwarding-reference

Read More
unique_ptr as general purpose dispose object...


c++c++11design-patternsunique-ptrdispose

Read More
Vector of unique pointers: Finding and then rotating an element to the front of a vector by pointer...


c++algorithmfindc++20unique-ptr

Read More
Vector push back a derived smart pointer into a vector of smart pointers of a base abstract class...


c++inheritancevectorunique-ptrpush-back

Read More
How does returning std::make_unique<SubClass> work?...


c++moveunique-ptr

Read More
Why does unique_ptr take two template parameters when shared_ptr only takes one?...


c++c++11stdshared-ptrunique-ptr

Read More
Function signature for potentially failed unique_ptr move?...


c++unique-ptrmove-semantics

Read More
Cannot pass std::unique_ptr in std::function<>...


c++functionlambdaunique-ptr

Read More
BackNext