Search code examples
std::shared_ptr thread safety...


c++stdshared-ptr

Read More
How to create alias to template function wrapper...


c++c++11templatesvariadic-templatesshared-ptr

Read More
Get the last element from a std::vector...


c++shared-ptr

Read More
is it better to use shared_ptr.reset or operator =?...


c++c++11shared-ptr

Read More
Does the WKWYL optimization in make_shared<>() introduce a penalty for some multithreading app...


c++cachingoptimizationc++11shared-ptr

Read More
How do I call ::std::make_shared on a class with only protected or private constructors?...


c++c++11shared-ptr

Read More
Linkedlist create like below with shared_ptr is proper or wrong -...


c++linked-listshared-ptrsmart-pointers

Read More
const shared_ptr to shared_ptr...


boostshared-ptr

Read More
Is it possibile to call virtual methods with shared pointers?...


c++polymorphismshared-ptr

Read More
How does std::shared_ptr<void> call the correct object destructor?...


c++c++11shared-ptr

Read More
how to defer delete operation of shared_ptr?...


c++pointersshared-ptrsmart-pointers

Read More
Storing a std::thread in a C++11 smart pointer...


c++c++11c++14shared-ptrstdthread

Read More
How to pass deleter to make_shared?...


c++c++11shared-ptrsmart-pointersmake-shared

Read More
What are potential dangers when using boost::shared_ptr?...


c++boostpointersshared-ptr

Read More
std::enable_shared_from_this: is it allowed to call shared_from_this() in destructor?...


c++c++11destructorshared-ptrweak-ptr

Read More
Missing equality between shared_ptr and weak_ptr...


c++c++11shared-ptr

Read More
Why is the output of id() applied to a Python object returned from C++ via pybind11 unstable?...


pythonmemoryshared-ptrpybind11

Read More
Private constructor and make_shared...


c++shared-ptr

Read More
Why, if constructing a shared_ptr from raw pointer, "main()" exits with some negative erro...


c++runtime-errorc++14shared-ptr

Read More
Count of a shared_ptr when managing the same object...


c++shared-ptr

Read More
Tracking down owner of a shared_ptr?...


c++c++11c++14shared-ptrsmart-pointers

Read More
How can I transparently process std::vector of T and std::vector of std::shared_ptr<T> in a te...


c++templatesgenericsstdshared-ptr

Read More
Understanding C++ std::shared_ptr...


c++shared-ptrsmart-pointersreference-counting

Read More
Are smart pointers that are members of a class still automatically freed?...


c++pointersshared-ptrsmart-pointers

Read More
why i can't cast nullptr to weak_ptr<>...


c++castingnullshared-ptrweak-ptr

Read More
value turned const in lambda capture?...


c++lambdashared-ptrcapture

Read More
boost::asio::read throws compilation error 'read_some' is not a member of 'boost::shared...


boosttcpboost-asioshared-ptr

Read More
Copying virtual base class results in losing shared_ptr owned object...


c++c++11language-lawyershared-ptrvirtual-inheritance

Read More
Should we pass a shared_ptr by reference or by value?...


c++c++11boostshared-ptr

Read More
Managing the Lifecycle of re2::RE2 Objects with Cached and Stack-Allocated Options...


c++memory-managementshared-ptrre2stack-allocation

Read More
BackNext