Template Class MatchExpr

Inheritance Relationships

Base Type

Class Documentation

template<typename ArgT, typename MatcherT>
class Catch::MatchExpr : public Catch::ITransientExpression

Public Functions

MatchExpr(ArgT const &arg, MatcherT const &matcher, StringRef const &matcherString)
void streamReconstructedExpression(std::ostream &os) const override