Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ Roundtrip
Method
Roundtrip
tests/sqlite3/test-sqlite3.cpp:665–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
{
664
typedef T val_type;
665
Roundtrip(soci::db_type type, T val)
666
: inType(type), inVal(val) {}
667
668
soci::db_type inType;
669
T inVal;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected