Struct ITransientExpression

Inheritance Relationships

Derived Types

Struct Documentation

struct ITransientExpression

Subclassed by Catch::BinaryExpr< LhsT, RhsT >, Catch::UnaryExpr< LhsT >

Public Functions

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

Public Members

bool m_isBinaryExpression
bool m_result