| 2304 | // requires a lot of TMP. |
| 2305 | template <typename T> |
| 2306 | Generic::PredicateMatcher<T> Predicate(std::function<bool(T const &)> const &predicate, |
| 2307 | std::string const &description = "") { |
| 2308 | return Generic::PredicateMatcher<T>(predicate, description); |
| 2309 | } |
| 2310 | |
| 2311 | } // namespace Matchers |
| 2312 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected