A specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer >. More...
#include <sq3.hpp>
Public Member Functions | |
| void | operator() (sqlite3 *&t) |
| Calls sqlite3_close(t) and assigns t to 0. | |
A specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer >.
Definition at line 95 of file sq3.hpp.
1.7.1