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

Function ModulusFriendTest

Test/CompileTest.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23template <typename T, typename U>
24void ModulusFriendTest()
25{
26 U u = 3;
27 SafeInt<T> st(1);
28 T t = u % st;
29}
30
31template <typename T, typename U>
32void CompiledMixedType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected