|
Horizon
|
Public Member Functions | |
| MatchExpr (ArgT &&arg, MatcherT const &matcher, StringRef matcherString) | |
| void | streamReconstructedExpression (std::ostream &os) const override |
Public Member Functions inherited from Catch::ITransientExpression | |
| auto | isBinaryExpression () const -> bool |
| auto | getResult () const -> bool |
| virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
| ITransientExpression (bool isBinaryExpression, bool result) | |
| ITransientExpression (ITransientExpression const &)=default | |
| ITransientExpression & | operator= (ITransientExpression const &)=default |
|
inlineoverridevirtual |
Implements Catch::ITransientExpression.