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

Function TestAlign

Archive/releases/5/TestCompile.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210template <typename T>
211void TestAlign()
212{
213 SafeInt<T> st(1);
214 st.Align2();
215 st.Align4();
216 st.Align8();
217}
218
219template <typename T, typename U>
220void TestTopEqualSafeInt()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected