Search code examples
Does shared_ptr's dtor require the use of a "deleter"?...


c++c++11shared-ptrlanguage-lawyer

Read More
is there a reason why std::make_shared would require a default constructor?...


c++c++11shared-ptrdefault-constructormake-shared

Read More
Boost async_* functions and shared_ptr's...


c++boostboost-asioshared-ptr

Read More
Adruino with ethernetshield and boost server can't connect...


boostarduinoboost-asioshared-ptr

Read More
how shared_ptr<T> access T's element or function...


c++c++11shared-ptr

Read More
Custom deleters for std::shared_ptrs...


c++shared-ptrsmart-pointers

Read More
What shared_ptr policy to use with asynchronous scheme?...


c++asynchronousshared-ptr

Read More
boost shared_ptr and derived class...


c++boostshared-ptr

Read More
Are pointers to memory copied during data transfer to/from function return values/arguments and clas...


c++pointersmemory-managementpass-by-referenceshared-ptr

Read More
using std::tr1::shared_ptr as an internal mechanism for reference counting...


c++shared-ptrsmart-pointerstr1reference-counting

Read More
How does enabled_shared_from_this affect the the life time of shared_ptr?...


c++11shared-ptr

Read More
Error: no instance of overloaded function "std::make_shared" matches the argument list...


c++visual-studio-2012c++11shared-ptrmake-shared

Read More
Is there any situation in which I wouldn't use std::make_shared?...


c++memory-managementc++11shared-ptrsmart-pointers

Read More
c++: Initialize vector of shared_ptr in constructor as different pointers...


c++vectorshared-ptr

Read More
What am I doing wrong with std::shared_ptr and std::unique_ptr in my linked list implementation?...


c++c++11shared-ptrunique-ptr

Read More
Why does shared_ptr signature differ from unique_ptr for arrays?...


c++memoryc++11shared-ptrunique-ptr

Read More
Is it necessary to free a shared_ptr?...


c++unit-testingboostshared-ptrsmart-pointers

Read More
Shared pointers to a singleton do not recognize each other...


c++c++11shared-ptr

Read More
Converting pointers to boost::shared_ptr...


c++boostshared-ptrsmart-pointers

Read More
How to mix C++ shared pointers and object references...


c++objective-cgrand-central-dispatchshared-ptr

Read More
How can I use shared_ptr of boost in this situation?...


c++boostshared-ptrsmart-pointers

Read More
trying to understand boost example httpserver3. Something unclear with shared_ptr reset method...


c++boostshared-ptrhttpserver

Read More
Assigning a dereferenced shared_ptr...


c++memory-leaksshared-ptrdereference

Read More
C++ std::shared_ptr assigning via operator=...


c++pointersc++11stlshared-ptr

Read More
weak-ptr become null, crash app 1 time every week...


c++visual-c++shared-ptrweak-ptr

Read More
Qt QObject and boost::enable_shared_from_this...


c++qtboostshared-ptrqobject

Read More
Double pointer upcast (again), shared_ptr and generic setChild function in a polymorphic tree class...


c++classsubclassshared-ptrdouble-pointer

Read More
Exception safety C++ shared pointer...


c++shared-ptrexception-safety

Read More
Using smart pointers for class members...


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

Read More
From raw pointers to std::shared_ptr...


c++shared-ptr

Read More
BackNext