Search code examples
shared_ptr from unique_ptr of abstract class...


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

Read More
Initialise const member with make_shared...


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

Read More
Strange error trying to do a shared_ptr swap()...


c++c++11shared-ptrswapmake-shared

Read More
Accessing reference variable from shared_ptr...


shared-ptrmake-shared

Read More
How can man put a thread(in boost) which is created with packaged_task, into a shared_ptr vector...


multithreadingboostvectorshared-ptrmake-shared

Read More
C++11 storing multiple shared pointers as raw pointers...


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

Read More
std::shared_ptr<type>(new DerivedType(...)) != std::make_shared<type>(DerivedType(...))?...


c++c++11shared-ptrstdmake-shared

Read More
Constructor taking shared_ptr...


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

Read More
What does "single allocation" mean for boost::make_shared...


c++boostshared-ptrsmart-pointersmake-shared

Read More
new and make_shared for shared pointers...


c++pointersshared-ptrmake-shared

Read More
Why must shared_ptr<> allocate for the control block and managed object separately?...


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

Read More
c++ std::make_shared with new macro...


c++c++11make-shared

Read More
Does std::make_shared(new Foo()) create singletons?...


c++c++11make-shared

Read More
What stops compilers from automatically deducing to use make_shared?...


c++memory-managementshared-ptrsmart-pointersmake-shared

Read More
What happens when using make_shared...


c++c++11smart-pointersmake-shared

Read More
Where does boost::make_shared size of memory allocation for underlying object and reference counting...


c++memory-managementboostshared-ptrmake-shared

Read More
Using make_shared with shared_ptr<T>s only beneficial for T < 56 bytes?...


c++c++11memory-managementshared-ptrmake-shared

Read More
Initialize std::array with make_shared...


arraysc++11exception-safetymake-shared

Read More
How to combine std::make_shared and new(std::nothrow)...


c++make-sharednothrow

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


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

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


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

Read More
Trouble constructing shared_ptr...


c++shared-ptrmake-shared

Read More
std::make_shared number of parameters in the constructor...


c++stlmake-shared

Read More
Can I use boost::make_shared with a private constructor?...


c++boostshared-ptrmake-shared

Read More
Variadic versions of std::make_shared calling destructor in iOS...


iosc++11destructorvariadic-templatesmake-shared

Read More
boost::make_shared and C++Builder VCL objects...


c++boostc++buildervclmake-shared

Read More
make_shared how to use non default memory management...


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

Read More
C++ Supply initializer-list constructor for class template...


c++c++11variadic-templatesinitializer-listmake-shared

Read More
Why does boost not have a make_scoped()?...


c++boostmake-sharedscoped-ptr

Read More
Does std::make_shared() use custom allocators?...


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

Read More
BackNext