List Question
20 TechQA 2024-03-25T12:55:12.353000How can std::unique_ptr apply EBO on closure?
57 views
Asked by Paoer111
how to overload unique_ptr in a class . i am getting compilation error
70 views
Asked by user265906
unordered_map of class following pImpl idiom using unique_ptr
105 views
Asked by omarekik
Question on unique_ptr behavior w.r.t particular usage of std::move
126 views
Asked by cbhattac
Is it safe for a method to take a unique_ptr to this?
138 views
Asked by user1806566
Did the rules for nullptr init of unique_ptr change in C++23?
517 views
Asked by Benjamin Buch
Is it possible to initialize elements of a unique_ptr array?
115 views
Asked by alfC
shared_ptr and unique_ptr: question about a specific case
82 views
Asked by Raphael10
Shared pointer with predefined maximum use count
156 views
Asked by SpeakX
C++: std::unique_prt + boost -- undefined reference in make_unique
44 views
Asked by Leon
Trouble constructing a map with immovable value types from initializer list
37 views
Asked by einpoklum
Would the removal of "const" in dcl.init.list#5 cause havoc in the standard?
117 views
Asked by Enlico
emplace unique_ptr in list
107 views
Asked by 51k
How to deal with libraries requiring unique_ptr as inputs in pybind11?
60 views
Asked by bluenote10
Destructor called unexpectedly
140 views
Asked by Jabberwocky
C++ template function, inheritance, shared_ptr
68 views
Asked by duncan
Casting std::unique_ptr<uint8_t[]> to struct unique_ptr without losing uint8_t[] buffer
154 views
Asked by Maga
Unwanted copy constructor call when creating a shared_ptr
168 views
Asked by Damian