Template Class MatchExpr

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

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