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

Function SafeIntExceptionAssert

SafeInt.hpp:671–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669
670#if defined SAFEINT_ASSERT_ON_EXCEPTION
671 inline void SafeIntExceptionAssert() SAFEINT_NOTHROW { SAFEINT_ASSERT(false); }
672#else
673 inline void SafeIntExceptionAssert() SAFEINT_NOTHROW {}
674#endif

Callers 5

SafeIntOnOverflowMethod · 0.70
SafeIntOnDivZeroMethod · 0.70
SafeIntOnOverflowMethod · 0.70
SafeIntOnDivZeroMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected