| 3095 | // requires a lot of TMP. |
| 3096 | template<typename T> |
| 3097 | Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") { |
| 3098 | return Generic::PredicateMatcher<T>(predicate, description); |
| 3099 | } |
| 3100 | |
| 3101 | } // namespace Matchers |
| 3102 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected