Template Class PredicateMatcher

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

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