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

Class AddTest

Test/AddVerify.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template <typename T, typename U>
10struct AddTest
11{
12 T x;
13 U y;
14 bool fExpected;
15};
16
17static const AddTest< std::uint64_t, std::uint64_t > uint64_uint64[] =
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected