| 2436 | // requires a lot of TMP. |
| 2437 | template<typename T> |
| 2438 | Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") { |
| 2439 | return Generic::PredicateMatcher<T>(predicate, description); |
| 2440 | } |
| 2441 | |
| 2442 | } // namespace Matchers |
| 2443 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected