cesium-native 0.43.0
|
A deleter that can be used with std::unique_ptr
to properly destroy a SQLite prepared statement when it is no longer needed.
More...
#include <CesiumAsync/SqliteHelper.h>
Public Member Functions | |
void | operator() (CESIUM_SQLITE(sqlite3_stmt *) pStatement) noexcept |
Finalizes the provided sqlite statement when called. | |
A deleter that can be used with std::unique_ptr
to properly destroy a SQLite prepared statement when it is no longer needed.
Definition at line 26 of file SqliteHelper.h.