A smart handle class that can take any function for its destructor.
Go to file
Samer Afach cbcaeb8b7e Added SmartHandle.cpp 2017-04-23 20:44:41 +02:00
include Added SmartHandle.cpp 2017-04-23 20:44:41 +02:00
README.md First commit 2017-04-23 19:49:53 +02:00

README.md

A simple smart handle class. The class takes an object and stores it, and calls it in any way the developer needs to destroy it on object's destruction.