Search code examples
How to use std::transform and std::mem_fn correctly?...

c++stlshared-ptrstdvector

Read More
Exposing a vector of shared_pointers without giving ownership...

c++vectorshared-ptrsmart-pointers

Read More
Shared pointer lifetime...

c++c++11shared-ptr

Read More
Unexpected invocation of the destructor after an invokation of a product of std::bind...

c++c++11boostboost-asioshared-ptr

Read More
Wrong type in shared_from_this() in inherited class (is there a dyn.type-aware shared pointer?)...

c++shared-ptrsmart-pointersdynamic-caststatic-cast

Read More
Boost shared_from_this() returning wrong shared_ptr...

boostshared-ptr

Read More
Valgrind report read error on =operator with nested shared_ptrs...

c++c++11valgrindshared-ptr

Read More
Deduce template parameter through std:is_base_of...

c++11templatesshared-ptr

Read More
std::shared_ptr with aliasing constructor, is it possible the retrieve the initial pointer value?...

c++c++17shared-ptr

Read More
Create shared_ptr to stack object...

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

Read More
Is assiging a shared_ptr to itself safe?...

c++shared-ptrreference-countingcopy-assignment

Read More
Do shared pointers use atomic operations in reference counting even in a single threaded program...

c++multithreadingshared-ptratomiccompiler-optimization

Read More
Does resetting std::shared_ptr lead to resetting its deleter?...

c++c++11shared-ptr

Read More
Why is my shared_ptr able to construct implicitly from a raw pointer?...

c++shared-ptr

Read More
Sets (arrays of heterogeneous types) in C++...

c++shared-ptrsmart-pointers

Read More
extending shared_ptr by inheritance...

c++boostshared-ptr

Read More
std::shared_ptr and dlopen(), avoiding undefined behavior...

c++11shared-librariesshared-ptrundefined-behaviordlsym

Read More
How to controll shared ptr reference count?...

c++stdshared-ptr

Read More
std::shared_ptr with std::function as custom deleter and allocator...

c++c++14shared-ptrstd-function

Read More
Deduce weak_ptr argument from shared_ptr...

c++shared-ptrweak-ptr

Read More
moving smart pointers twice vs copying...

c++c++11shared-ptr

Read More
GCC atomic shared_ptr implementation...

c++multithreadinggccshared-ptrstdatomic

Read More
C++ std::shared_ptr, is operator= overloaded to use copy constructor?...

c++memoryshared-ptr

Read More
Are there some smarter smart pointers in C++?...

c++shared-ptrsmart-pointersreference-counting

Read More
Does shared_ptr allocate when constructed from raw pointer?...

c++shared-ptrpoollock-free

Read More
Is this code dereferencing a pointer or doing something else?...

shared-ptr

Read More
Initializing shared_ptr member variable, new vs make_shared?...

c++c++11shared-ptrinitializermake-shared

Read More
Is the std::shared_ptr the same as adding "SharedPtr" to the name of a class when declarin...

c++shared-ptr

Read More
JNI how to manage the life cycle of a c++ buffer...

androidc++11java-native-interfaceshared-ptrshared-memory

Read More
Is it safe to return a vector of std::shared_ptr?...

c++memory-leaksshared-ptr

Read More
BackNext