#memory-leak
Read more stories on Hashnode
Articles with this tag
std::weak_ptr is a smart pointer that holds a non-owning ("weak") reference to an object that is managed by std::shared_ptr. It is used to break...