MCPcopy Create free account
hub / github.com/davisking/dlib / db_deleter

Class db_deleter

dlib/sqlite/sqlite.h:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 namespace impl
33 {
34 struct db_deleter
35 {
36 void operator()(
37 sqlite3* db
38 )const
39 {
40 sqlite3_close(db);
41 }
42 };
43 }
44
45// --------------------------------------------------------------------------------------------

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected