Template Class BinaryExpr

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

inline BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)