Newbetuts
.
New posts in shared-ptr
Where is shared_ptr?
c++
boost
c++11
shared-ptr
smart-pointers
Passing shared_ptr<Derived> as shared_ptr<Base>
c++
casting
c++11
shared-ptr
smart-pointers
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
c++
shared-ptr
smart-pointers
unique-ptr
C++ - passing references to std::shared_ptr or boost::shared_ptr
c++
boost
pass-by-reference
pass-by-value
shared-ptr
std::shared_ptr thread safety explained
c++
c++11
shared-ptr
Does C++11 unique_ptr and shared_ptr able to convert to each other's type?
c++
c++11
shared-ptr
unique-ptr
std::shared_ptr of this
c++
this
shared-ptr
this-pointer
Should I pass a shared_ptr by reference? [duplicate]
c++
shared-ptr
Difference between `const shared_ptr<T>` and `shared_ptr<const T>`?
c++
boost
constants
shared-ptr
Why do std::shared_ptr<void> work
c++
c++11
shared-ptr
Why isn't there a std::shared_ptr<T[]> specialisation?
c++
c++11
shared-ptr
Using smart pointers for class members
c++
c++11
shared-ptr
smart-pointers
unique-ptr
Why would I std::move an std::shared_ptr?
c++
c++11
shared-ptr
smart-pointers
move-semantics
shared_ptr to an array : should it be used?
c++
c++11
shared-ptr
Differences between unique_ptr and shared_ptr [duplicate]
c++
pointers
c++11
shared-ptr
unique-ptr
When is std::weak_ptr useful?
c++11
shared-ptr
weak-ptr
c++-faq
Should we pass a shared_ptr by reference or by value?
c++
c++11
boost
shared-ptr
Difference in make_shared and normal shared_ptr in C++
c++
c++11
shared-ptr
How do I call ::std::make_shared on a class with only protected or private constructors?
c++
c++11
shared-ptr
When to use virtual destructors?
c++
polymorphism
shared-ptr
virtual-destructor
Prev