Search code examples
Does shared_ptr's deleter do any synchronization?...


c++multithreadingsynchronizationshared-ptratomic

Read More
Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contain...


c++c++11shared-ptrweak-ptr

Read More
C++ std::shared_ptr and vector crash...


c++c++11vectorshared-ptr

Read More
block_type_is_valid error on recursive function call...


c++recursionshared-ptr

Read More
Does boost::weak_ptr throw exceptions?...


c++boostshared-ptrweak-ptr

Read More
static_cast_tag() substitute in latest boost version...


c++boostshared-ptr

Read More
std::shared_ptr and Inheritance...


c++inheritancec++11boostshared-ptr

Read More
Using unique_ptr instead of shared_ptr in BST...


c++c++11binary-search-treeshared-ptrunique-ptr

Read More
Derived class can't access protected method of base class...


c++classinheritanceshared-ptr

Read More
Invalid application of 'sizeof' to incomplete type 'SDL_Window'...


c++structsdlshared-ptr

Read More
Initialising shared_ptr , when the object requires a default constructor...


c++shared-ptrlemon-graph-library

Read More
Own std::shared_ptr with std::make_shared...


templatesc++11shared-ptr

Read More
Recommended pattern for parent child relationship ownership...


c++design-patternsshared-ptr

Read More
pcl use of shared pointers, does it make copies?...


c++shared-ptrpoint-cloud-library

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


c++memory-managementboostshared-ptrmake-shared

Read More
Set shared_ptr to point existing object...


c++c++11vectorshared-ptr

Read More
Custom (pool) allocator with boost shared_ptr...


c++boostshared-ptrallocator

Read More
Manipulate a shared pointer coming from SWIG in python extension...


pythonc++imagemagickswigshared-ptr

Read More
How to create a shared_ptr in dll and export it via a factory function?...


c++dllshared-ptr

Read More
Boost Python Runtime error when passing object of derived type from python to C++ function expecting...


c++inheritanceshared-ptrboost-python

Read More
What is wrong with my shared_ptr initialization list code?...


c++visual-studio-2010boostshared-ptr

Read More
can't deserialize with boost::serialization and shared_ptr...


c++polymorphismshared-ptrboost-serialization

Read More
Efficient usage of a c++11 shared_ptr in an asset manager...


c++openglc++11shared-ptr

Read More
passing reference of boost::shared_ptr of inherited type to a function...


c++inheritanceboostshared-ptrfactory

Read More
How memory leak can happen in this code...


c++memory-leaksshared-ptr

Read More
member function obtains copy of shared pointer to class instance...


c++11shared-ptr

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


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

Read More
Why std::find doesn't work on std::shared_ptr...


c++findshared-ptr

Read More
How many objects iterable in a vector before L3 cache misses occur?...


c++performancecpushared-ptrcpu-architecture

Read More
C++ 11 Smart Pointer Ownership and Casting...


c++shared-ptrsoftware-designweak-ptr

Read More
BackNext