MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / AddTest

Class AddTest

Archive/releases/2/AddVerify.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template <typename T, typename U>
50struct AddTest
51{
52 T x;
53 U y;
54 bool fExpected;
55};
56
57static const AddTest< unsigned __int64, unsigned __int64 > uint64_uint64[] =
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected