Search code examples
Member access on shared_ptr to pointer...


c++shared-ptr

Read More
Boost::process output blank lines...


c++boostshared-ptrboost-process

Read More
Different versions of destructor called depending on strange factors...


c++c++11linkershared-ptrboost-optional

Read More
std::set of shared_ptr's erasing leads to SIGABRT...


c++c++11pointersshared-ptrstdset

Read More
Why make_unique and make_shared uses parenthesis and not curly braces?...


c++shared-ptrsmart-pointersunique-ptr

Read More
Can't return std::shared_ptr from a function...


c++c++11shared-ptr

Read More
Should my API functions take shared_ptr or weak_ptr...


c++shared-ptrweak-ptr

Read More
Return shared_ptr and hand it over to SDL_GL_SwapWindow...


c++shared-ptrsdl-2

Read More
boost::weak_ptr interaction with custom deleter...


c++boostshared-ptrweak-ptr

Read More
Shared pointers: why no double free?...


c++shared-ptrdouble-free

Read More
Function Overloading with Shared Pointers...


c++overloadingshared-ptr

Read More
Adding to std::shared_ptr of vector causes segfault...


c++vectorc++14shared-ptr

Read More
how to remove a shared ptr element from set?...


c++bashsetshared-ptrerase

Read More
C++: Cannot return a shared_ptr to an object from a const method...


c++shared-ptr

Read More
Boost threads and shared_ptrs...


c++multithreadingboostc++14shared-ptr

Read More
Whether map’s iterator could add shared_ptr's counts?...


c++11shared-ptr

Read More
Stuck in understanding following initialization way of shared_ptr...


c++shared-ptrsmart-pointers

Read More
C++17 std::shared_ptr<> overload operator[] for array-like objects...


c++arraysoverloadingshared-ptrc++17

Read More
boost shared_ptr initialize as class member...


c++boostshared-ptrintel-edison

Read More
C++ shared pointer with derived class...


c++c++11pointersshared-ptr

Read More
convert const reference to smart pointer without copying...


c++pointersshared-ptr

Read More
Pointer to member variable of shared_ptr...


c++c++11shared-ptrpointer-to-member

Read More
Compiler error related to expression involving list of shared_ptr...


compiler-errorsc++14shared-ptrstdlist

Read More
Understanding issue with shared pointers (Lifetime, passing as parameter)...


c++11boost-asioshared-ptrcoredump

Read More
A Question On Smart Pointers and Their Inevitable Indeterminism...


c++shared-ptrraiiobject-lifetime

Read More
How to convert between shared_ptr<FILE> to FILE* in C++?...


c++11shared-ptrwofstreamwifstream

Read More
How to use a shared_ptr for the deleter only?...


c++shared-ptr

Read More
Initialise PointCloudT::Ptr class member...


c++shared-ptrpoint-cloud-library

Read More
Is boost graph slicing my shared_ptr...


c++boostgraphshared-ptrobject-slicing

Read More
shared_from_this throws bad_weak_ptr with boost::asio...


c++shared-ptr

Read More
BackNext