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

Function TestPrefixPostfix

Archive/releases/4/TestCompile.cpp:306–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template <typename T>
306void TestPrefixPostfix()
307{
308 SafeInt<T> st;
309 st++;
310 st--;
311 ++st;
312 --st;
313}
314
315template <typename T>
316void TestCompileT()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected