Struct ITransientExpression

Inheritance Relationships

Derived Types

Struct Documentation

struct Catch::ITransientExpression

Subclassed by Catch::BinaryExpr< LhsT, RhsT >, Catch::MatchExpr< ArgT, MatcherT >, Catch::UnaryExpr< LhsT >

Public Functions

auto isBinaryExpression() const -> bool
auto getResult() const -> bool
void streamReconstructedExpression(std::ostream &os) const = 0
ITransientExpression(bool isBinaryExpression, bool result)
~ITransientExpression()

Public Members

bool m_isBinaryExpression
bool m_result