MCPcopy Create free account
hub / github.com/SOCI/soci / check

Function check

tests/sqlite3/test-sqlite3.cpp:706–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704
705template<typename T>
706void check(soci::Roundtrip<T> const &val)
707{
708 CHECK(val.inType == val.outType);
709 CHECK(val.inVal == val.outVal);
710}
711
712template<>
713void check(soci::Roundtrip<double> const &val)

Callers 1

test_roundtripFunction · 0.85

Calls 1

WithinRelFunction · 0.85

Tested by

no test coverage detected