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

Function TestMinMax

Archive/releases/4/TestCompile.cpp:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273template <typename T>
274void TestMinMax()
275{
276 SafeInt<T> st;
277 SafeInt<T> st2 = st.Min(0);
278 st2 = st.Max(0);
279}
280
281template <typename T>
282void TestPtrRef()

Callers

nothing calls this directly

Calls 2

MinMethod · 0.45
MaxMethod · 0.45

Tested by

no test coverage detected