std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Описание к видео std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

►Full C++ Series Playlist:    • The C++ Programming Language  
►Find full courses on: https://courses.mshah.io/
►Join as Member to Support the channel:    / @mikeshah  

►Lesson Description: In this lesson I show you how to use a std::weak_ptr. Weak pointers are probably the most strange of the 3 types of smart pointers introduce in modern C++, in that they work with shared_ptr's. The idea is though, that the reference count is not increased, so that it is possible you can point to memory that has been freed. However, this can help solve some problems relating to simplifying ownership, breaking cycles, or 'more safely' being able to check for 'expired' memory.

►YouTube Channel:    / mikeshah  
►Please like and subscribe to help the channel!

Комментарии

Информация по комментариям в разработке