GitHub - spratt/SmartPointer: These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.

======================================================================
Smart Pointers
By Simon David Pratt
======================================================================

These are C++ pointers which store the address of an object, and count
references to that object.  When the reference count drops to zero,
the object is automatically deallocated.

See LICENSE file for license information.

About

These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.

Resources

Readme

License

ISC license

Activity

Stars

5 stars

Watchers

1 watching

Forks

4 forks