smart pointer
abstract data type that simulates a pointer while providing added features, such as automatic memory management or bounds checking, intended to reduce bugs caused by the misuse of pointers, while retaining efficiency
--Agreed Upon Solutions

The discussion does not exist would you like to add the first comment?

anonymous