Search code examples
Using placement new for a polymorphic unique_ptr...


c++c++11new-operatorsmart-pointers

Read More
Why did I get the: "Attempting to reference a deleted function" error after adding a vecto...


c++c++11vectorsmart-pointersunique-ptr

Read More
smart pointer move semantics unclear to me...


c++pointerssmart-pointersunique-ptr

Read More
How to correctly move ownership from raw pointer to std::unique_ptr?...


c++smart-pointers

Read More
Is there a use case for std::unique_ptr<std::array<T,N>>...


c++arraysc++11smart-pointers

Read More
Why does this smart pointer give the correct result when its target should have been deleted?...


c++smart-pointersundefined-behavior

Read More
How do I dynamic upcast and downcast with smart pointers?...


c++castingsmart-pointersdynamic-cast

Read More
Move constructor and vector of unique_ptr...


c++c++11movesmart-pointersunique-ptr

Read More
Non-ownership copies of std::unique_ptr...


c++c++14smart-pointers

Read More
QDockWidget doesn't show when code get rewritten with smart-pointers...


qtsmart-pointers

Read More
A simple implementation of Smart Pointer Class...


c++copy-constructorsmart-pointers

Read More
How to implement the aliasing constructor by own for my own shared_ptr implementation?...


c++c++11constructorshared-ptrsmart-pointers

Read More
Cpp code main thread freezing because of deleting object can be resolved using smart pointers or not...


c++qtpointerssmart-pointers

Read More
Should we delclare/define destructor even if the class is composed by only smart pointers?...


c++11smart-pointersunique-ptr

Read More
Moving from old C-style pointer to C++ smart pointers with little changes in the code?...


c++c++11smart-pointers

Read More
Testing if std::pointer_traits can work with my type...


c++pointerssmart-pointersc++17type-traits

Read More
Doesn't get() break the idea behind std::unique_ptr?...


c++c++11smart-pointers

Read More
I created my own smart pointer class, I used this smart pointer to point to a class instance, how ca...


c++smart-pointers

Read More
Make a hash table using smart pointers?...


c++vectorhashtablesmart-pointers

Read More
How to make_shared count times, with different areas allocated without recur to a loop?...


c++c++11smart-pointers

Read More
c++ calling a variable produce seg fault [smartPointed object]...


inheritancesegmentation-faultsmart-pointers

Read More
User-friendly API with unique_ptr...


c++c++11smart-pointers

Read More
Why std::make_unique instead of std::unique_ptr::make?...


c++c++14smart-pointers

Read More
Why std::get_deleter() always yields nullptr...


c++c++11shared-ptrsmart-pointers

Read More
C++ object-pool that provides items as smart-pointers that are returned to pool upon deletion...


c++c++11smart-pointerspool

Read More
Return private unique_ptr in public member function...


c++smart-pointers

Read More
remove_if from a std::vector of shared pointers with a member function...


c++c++11smart-pointersidioms

Read More
std::unique_ptr<Object> and many viewers (Object*), is it good design?...


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

Read More
Strong pointer assignment in free_heap...


androidc++smart-pointers

Read More
How to store a smart pointer to map of string to member function in a class so that it doesn't f...


c++c++11typessmart-pointers

Read More
BackNext