SkillAgentSearch skills...

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.

Install / Use

/learn @spratt/SmartPointer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

====================================================================== 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.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks4

Languages

C++

Security Score

70/100

Audited on Mar 10, 2021

No findings