A smart handle class that can take any function for its destructor.
Go to file
Samer Afach 0831f0d387 Fix move constructor; variable was not initialized. 2017-07-07 21:49:25 +02:00
include Fix move constructor; variable was not initialized. 2017-07-07 21:49:25 +02:00
README.md Update README.md 2017-04-23 20:45:20 +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. It was primarily designed to handle HDF5 handles. It can, though, be used for anything else.