A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer>. More...
#include <sq3.hpp>
Public Member Functions | |
void | operator() (::sq3::statement *&t) |
Calls t->reset() and assigns t to 0. |
A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer>.
Definition at line 108 of file sq3.hpp.