| 3471 | // requires a lot of TMP. |
| 3472 | template<typename T> |
| 3473 | Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") { |
| 3474 | return Generic::PredicateMatcher<T>(predicate, description); |
| 3475 | } |
| 3476 | |
| 3477 | } // namespace Matchers |
| 3478 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected