Newbetuts
.
New posts in smart-pointers
How to enable_shared_from_this of both parent and derived
c++
boost
smart-pointers
Recommended usage of std::unique_ptr [duplicate]
c++
c++11
smart-pointers
unique-ptr
Passing unique_ptr to functions
c++
smart-pointers
unique-ptr
unique_ptr and OpenSSL's STACK_OF(X509)*
c++
c++11
openssl
smart-pointers
unique-ptr
Use of observer_ptr
c++
smart-pointers
c++17
Bad practice to return unique_ptr for raw pointer like ownership semantics?
c++
smart-pointers
unique-ptr
ownership-semantics
How to get the Object being pointed by a shared pointer?
c++
shared-ptr
shared
smart-pointers
How to break shared_ptr cyclic reference using weak_ptr
c++
smart-pointers
c++03
Smart pointers/safe memory management for C?
c
memory
pointers
c99
smart-pointers
Dynamic casting for unique_ptr
c++
casting
c++11
smart-pointers
unique-ptr
Is there a CUDA smart pointer?
memory
cuda
gpgpu
smart-pointers
creating a shared_ptr from unique_ptr
c++
c++11
g++
smart-pointers
clang++
Is it possible to use a C++ smart pointers together with C's malloc?
c++
malloc
new-operator
smart-pointers
C++11: Replace all non-owning raw pointers with std::shared_ptr()?
c++
memory
c++11
smart-pointers
Return Type Covariance with Smart Pointers
c++
smart-pointers
virtual-functions
return-type
getting a normal ptr from shared_ptr?
c++
boost
smart-pointers
shared-ptr
Should I delete the move constructor and the move assignment of a smart pointer?
c++
c++11
smart-pointers
move-semantics
"Downcasting" unique_ptr<Base> to unique_ptr<Derived>
c++
c++11
smart-pointers
factory-pattern
unique-ptr
When should I use raw pointers over smart pointers?
c++
pointers
boost
smart-pointers
Why does unique_ptr have the deleter as a type parameter while shared_ptr doesn't?
c++
smart-pointers
type-erasure
Prev
Next