Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
template <typename T>
274
void TestMinMax()
275
{
276
SafeInt<T> st;
277
SafeInt<T> st2 = st.Min(0);
278
st2 = st.Max(0);
279
}
280
281
template <typename T>
282
void TestPtrRef()
Callers
nothing calls this directly
Calls
2
Min
Method · 0.45
Max
Method · 0.45
Tested by
no test coverage detected