| 
|   | BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) | 
|   | 
| template<typename T >  | 
| auto  | operator!= (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator&& (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator< (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator<= (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator== (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator> (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator>= (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| template<typename T >  | 
| auto  | operator|| (T) const -> BinaryExpr< LhsT, RhsT const &> const | 
|   | 
| auto  | getResult () const -> bool | 
|   | 
| auto  | isBinaryExpression () const -> bool | 
|   | 
|   | ITransientExpression (bool isBinaryExpression, bool result) | 
|   | 
| virtual  | ~ITransientExpression () | 
|   | 
template<typename LhsT, typename RhsT>
class Catch::BinaryExpr< LhsT, RhsT >
Definition at line 1870 of file catch.hpp.