|
|
| BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) |
| |
|
auto | isBinaryExpression () const -> bool |
| |
|
auto | getResult () const -> bool |
| |
|
| ITransientExpression (bool isBinaryExpression, bool result) |
| |
|
|
void | streamReconstructedExpression (std::ostream &os) const override |
| |
|
|
bool | m_isBinaryExpression |
| |
|
bool | m_result |
| |
template<typename LhsT, typename RhsT>
class Catch::BinaryExpr< LhsT, RhsT >
Definition at line 1681 of file catch.hpp.
The documentation for this class was generated from the following file: