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

Function ConstAddTU

Test/ConstExpr.cpp:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603
604 template <typename T, typename U>
605 _CONSTEXPR14 T ConstAddTU()
606 {
607 return (SafeInt<T>(1) + (U)2) + (U(3) + SafeInt<T>(4)) + (SafeInt<T>(5) + SafeInt<T>(6));
608 }
609
610 template <typename T>
611 void ConstAddT()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected