Search code examples
Function returning dynamicly casted pointer, return pointer as if it wasn't casted at all...

c++polymorphismshared-ptrdynamic-castdowncast

Read More
Working with multiple ifstreams as a vector of ifstreams...

c++vectorshared-ptrfstreamifstream

Read More
Is it correct to return null shared_ptr?...

c++shared-ptrsmart-pointersweak-ptr

Read More
How to access std::shared_ptr methods...

c++c++11shared-ptr

Read More
C++11 std::shared_ptr<std::ostream> from std::cout...

c++c++11shared-ptr

Read More
Destructor of shared_ptr Object never called...

c++c++17shared-ptrdestructorros2

Read More
C++ shared_ptr and Java native Object ownership...

javac++11java-native-interfaceshared-ptr

Read More
Avoid c++ vector copy...

c++vectorstructcopyshared-ptr

Read More
Why can I modify an object through a raw pointer but not a shared_ptr?...

c++shared-ptr

Read More
How to reduce the implementation code of lots of wrapper classes?...

c++c++11shared-ptrsmart-pointersweak-ptr

Read More
I have a question about std::vector<shared_ptr>...

c++classc++11shared-ptrstdvector

Read More
C++ primer 5 edition: Container of shared_ptr...

c++11containersshared-ptr

Read More
C++ primer 5 edition: count reference and underlying pointers...

c++c++11shared-ptr

Read More
Is using shared_ptr after reset undefined behaviour?...

c++shared-ptrsmart-pointersundefined-behavior

Read More
Overload resolution for pointer to derived class...

c++shared-ptroverload-resolution

Read More
Does std::shared_ptr<X> have a copy constructor?...

c++c++11shared-ptrcopy-constructor

Read More
Can smart pointers be implicitly used as pointers?...

c++c++11shared-ptr

Read More
C++ std::shared_ptr usage and information...

c++g++shared-ptr

Read More
Why does the shared pointer does not delete memory?...

c++c++11shared-ptr

Read More
What is the advantage of a unique_ptr over a shared_ptr...

c++shared-ptrsmart-pointersunique-ptr

Read More
Initializing std::shared_ptr with std::make_shared having an std::array as argument...

c++c++11stdshared-ptr

Read More
what if I ignore the return value of a function with shared_ptr return type...

c++return-valueshared-ptrraii

Read More
Passing shared_ptr to lambda by value leaks memory...

c++lambdashared-ptr

Read More
Unique ptr move ownership to containing object's method...

c++boost-asioshared-ptrunique-ptr

Read More
How to wrap a raw pointer into a shared_ptr and prevent shared_ptr from deleting the object?...

c++shared-ptr

Read More
How to convert from std::shared_ptr to std::unique_ptr?...

c++memory-managementshared-ptrsmart-pointersunique-ptr

Read More
how to block usage of std::make_shared<T>...

c++classc++14shared-ptrmake-shared

Read More
About "circular reference", I used weak_ptr but memory leak still happened...

c++shared-ptrsmart-pointerscircular-referenceweak-ptr

Read More
What is going on: C++ std::move on std::shared_ptr increases use_count?...

c++macosshared-ptrrvalue-reference

Read More
How can I get around this "Network connection aborted by local system" using Boost Asio wi...

c++boostboost-asioshared-ptr

Read More
BackNext