Template Class BinaryExpr

Inheritance Relationships

Base Type

Class Documentation

template<typename LhsT, typename RhsT>
class BinaryExpr : public Catch::ITransientExpression

Public Functions

inline BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator&&(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator||(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator==(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator!=(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator>(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator<(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator>=(T) const
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator<=(T) const