Weak Pointer

Home > Computer Science > Programming Languages > Pointers > Weak Pointer

A smart pointer that refers to an object controlled by a shared pointer, but does not increase the reference count and does not prolong the object's lifetime.