Update README.md

This commit is contained in:
Samer Afach 2017-04-23 20:45:20 +02:00
parent cbcaeb8b7e
commit db999e464c
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
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.
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.