smart pointers
Articles with tag smart pointers:
- 6 More Ways to Refactor new/delete into unique ptr
- C++ Smart Pointers and Arrays
- 6 Ways to Refactor new/delete into unique ptr
- C++ Smart Pointers Reference Card
- Empty Base Class Optimisation, no_unique_address and unique_ptr
- Replacing unique_ptr with C++17's std::variant a Practical Experiment
- Const collection of unique_ptr, options and design choices
- pimpl vs Abstract Interface - a practical tutorial
- The Pimpl Pattern - what you should know
- How a weak_ptr might prevent full memory cleanup of managed object
- 5 ways how unique_ptr enhances resource safety in your code
- Modernize: Sink Functions
- Wrapping Resource Handles in Smart Pointers
- Custom Deleters for C++ Smart Pointers
- Vector of object vs Vector of pointers
- C++ Smart Pointers Gotchas