C++ Language/Indirection/SmartPointers
Appearance
A "smart pointer" is an object which manages an allocation of memory, so that memory gets deallocated at the appropriate time.
C++ Language |
A "smart pointer" is an object which manages an allocation of memory, so that memory gets deallocated at the appropriate time.