Searched defs:PredicateMatcher (Results 1 – 1 of 1) sorted by relevance
3496 class PredicateMatcher : public MatcherBase<T> { class3501 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher() function in Catch::Matchers::Generic::PredicateMatcher