DEV Community

# smartpointers

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
unique_ptr<T> - A minimal implementation

unique_ptr<T> - A minimal implementation

Comments
5 min read
C++23: std::out_ptr and std::inout_ptr

C++23: std::out_ptr and std::inout_ptr

Comments
3 min read
Smart pointers and their deleters

Smart pointers and their deleters

12
Comments
5 min read
const and smart pointers

const and smart pointers

7
Comments 2
7 min read
Memory management using Smart Pointers in C++ - Part 2

Memory management using Smart Pointers in C++ - Part 2

9
Comments 3
11 min read
Memory management using Smart Pointers in C++ - Part 1

Memory management using Smart Pointers in C++ - Part 1

12
Comments 4
7 min read
How a weak_ptr might prevent full memory cleanup of managed object

How a weak_ptr might prevent full memory cleanup of managed object

18
Comments 8
6 min read
loading...