Search code examples
bind shared_ptr::reset - no matching overloaded function found...


c++boostbindshared-ptr

Read More
Is there an STL comparator for std::set (or std::map) with shared_ptr keys that provides value-based...


c++c++11stlshared-ptrcomparator

Read More
boost shared_ptr cycling reference?...


boostshared-ptrsmart-pointerscycleweak-ptr

Read More
Creating shared pointer of object taking shared pointer as parameter...


c++objectshared-ptr

Read More
to use self-defined deleter in shared_ptr...


c++templatesshared-ptr

Read More
Accessing shared ptr from shared ptr of array...


c++c++14shared-ptrshared-memoryunique-ptr

Read More
C++: For which objects, being "moved" implies more than "staying valid"?...


c++11shared-ptrmove-semanticsstd

Read More
Program crashes on passing local variable address to shared pointer in c++...


c++c++11shared-ptr

Read More
C++ Point to an object and then move its memory position...


c++pointersshared-ptrdynamic-memory-allocation

Read More
Problems with shared_ptr<T[]> wrapping a dynamic array...


c++c++11shared-ptr

Read More
How to use forward declarations for a template class in a shared pointer (in C++)...


c++c++11templatesshared-ptr

Read More
C++ Overloading [] for std::list containing shared_ptr...


c++liststlshared-ptr

Read More
std::shared_ptr::reset() "invalidates" other references...


c++openglshared-ptr

Read More
Locking a shared_ptr...


c++c++11shared-ptr

Read More
c++ return types for factory functions for Abstract Base Classes and Derived classes...


c++c++11return-valuefactoryshared-ptr

Read More
how to pass std::unique_ptr in MPI?...


c++mpishared-ptrunique-ptr

Read More
Returning shared pointer, binary tree C++11,...


c++c++11shared-ptr

Read More
Why does erasing End-Iterator not give Segmentation Fault with shared_ptr?...


c++shared-ptrstdvector

Read More
How to set the deleter for an existing shared pointer?...


c++c++11destructorshared-ptr

Read More
Differences between different flavours of shared_ptr...


c++c++11boostshared-ptrtr1

Read More
Casting std::tr1::shared_ptr<T> and std::shared_ptr<T> with same function but different ...


c++c++11visual-c++shared-ptr

Read More
Shared ptr in union...


c++shared-ptrunions

Read More
Boost intrusive pointer...


c++pointersboostshared-ptrboost-intrusive

Read More
Smart pointer as condition: are if (p) and if (p.get()) equilavent?...


c++c++11shared-ptrsmart-pointersunique-ptr

Read More
up-casting std::shared_ptr using std::dynamic_pointer_cast...


c++c++11shared-ptrupcasting

Read More
Declaring a boost asio socket, acceptor and endpoint in a class headerfile...


c++boostboost-asioshared-ptr

Read More
boost::any type change leading to illegal access...


c++boostshared-ptr

Read More
How useful is std::enable_shared_from_this if you already have a std::shared_ptr at your disposal?...


c++pointersshared-ptr

Read More
How does make_shared allocate single dynamic memory for manager object and managed object...


c++c++11shared-ptrmake-shared

Read More
intrusive_ptr in c++11...


c++c++11boostshared-ptrsmart-pointers

Read More
BackNext