cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumAsync::DeleteSqliteConnection Struct Reference

A deleter that can be used with std::unique_ptr to properly destroy a SQLite connection when it is no longer needed. More...

#include <CesiumAsync/SqliteHelper.h>

Public Member Functions

void operator() (CESIUM_SQLITE(sqlite3 *) pConnection) noexcept
 Closes the provided sqlite connection when called.
 

Detailed Description

A deleter that can be used with std::unique_ptr to properly destroy a SQLite connection when it is no longer needed.

Definition at line 17 of file SqliteHelper.h.


The documentation for this struct was generated from the following file: