GitHub topics: non-owning-smart-pointer
make-cpp-nice/ptr_to_unique
A smart pointer to an object already owned by a unique_ptr. It doesn't own the object but it self zeroes when the object is deleted so that it can never dangle.
Language: C++ - Size: 667 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
