equality (1) | template <class charT, class traits, class UIntType, size_t w, size_t s, size_t r> bool operator== ( const subtract_with_carry_engine<UIntType,w,s,r>& lhs, const subtract_with_carry_engine<UIntType,w,s,r>& rhs ); |
---|---|
inequality (2) | template <class charT, class traits, class UIntType, size_t w, size_t s, size_t r> bool operator!= ( const subtract_with_carry_engine<UIntType,w,s,r>& lhs, const subtract_with_carry_engine<UIntType,w,s,r>& rhs ); |