Ylva And Malin
Public Member Functions
Catch::BinaryExpr< LhsT, RhsT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::BinaryExpr< LhsT, RhsT >:
Inheritance graph
Collaboration diagram for Catch::BinaryExpr< LhsT, RhsT >:
Collaboration graph

Public Member Functions

 BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Additional Inherited Members

- Data Fields inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

template<typename LhsT , typename RhsT >
Catch::BinaryExpr< LhsT, RhsT >::BinaryExpr ( bool  comparisonResult,
LhsT  lhs,
StringRef  op,
RhsT  rhs 
)
inline

The documentation for this class was generated from the following file: