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

Function SafeLessThan

Archive/releases/5/SafeInt_3013p.cpp:5055–5058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5053
5054template < typename T, typename U >
5055inline bool SafeLessThan( const T t, const U u ) throw()
5056{
5057 return GreaterThanTest< U, T, ValidComparison< U, T >::method >::GreaterThan( u, t );
5058}
5059
5060template < typename T, typename U >
5061inline bool SafeLessThanEquals( const T t, const U u ) throw()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected