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

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