MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / operator !=

Method operator !=

Archive/releases/5/SafeInt_3013p.cpp:5677–5680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5675 // != operators
5676 template < typename U >
5677 bool operator !=( U rhs ) const throw()
5678 {
5679 return !EqualityTest< T, U, ValidComparison< T, U >::method >::IsEquals( m_int, rhs );
5680 }
5681
5682 bool operator !=( bool b ) const throw()
5683 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected