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

Function SafeNotEquals

Archive/releases/5/SafeInt_3013p.cpp:5037–5040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5035
5036template < typename T, typename U >
5037inline bool SafeNotEquals( const T t, const U u ) throw()
5038{
5039 return !EqualityTest< T, U, ValidComparison< T, U >::method >::IsEquals( t, u );
5040}
5041
5042template < typename T, typename U >
5043inline bool SafeGreaterThan( const T t, const U u ) throw()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected