Template Class PredicateMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class Catch::Matchers::Generic::PredicateMatcher : public Catch::Matchers::Impl::MatcherBase<T>

Public Functions

inline PredicateMatcher(std::function<bool(T const&)> const &elem, std::string const &descr, )
inline virtual bool match(T const &item) const override
inline virtual std::string describe() const override