Template Function Catch::Matchers::Predicate

Function Documentation

template<typename T>
Generic::PredicateMatcher<T> Catch::Matchers::Predicate(std::function<bool(T const&)> const &predicate, std::string const &description = "", )