MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / operator<<

Method operator<<

hdr/sqlite_modern_cpp.h:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 _db(db) {}
412
413 database_binder operator<<(const std::string& sql) {
414 return database_binder(_db, sql);
415 }
416
417 database_binder operator<<(const char* sql) {
418 return *this << std::string(sql);

Callers

nothing calls this directly

Calls 1

database_binderClass · 0.85

Tested by

no test coverage detected