Unique Pointer

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

A smart pointer that guarantees the ownership of the memory it points to, and is automatically deleted when no longer in use.