| 3517 | // requires a lot of TMP. |
| 3518 | template<typename T> |
| 3519 | Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") { |
| 3520 | return Generic::PredicateMatcher<T>(predicate, description); |
| 3521 | } |
| 3522 | |
| 3523 | } // namespace Matchers |
| 3524 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected