| 2716 | |
| 2717 | template<typename ArgT, typename MatcherT> |
| 2718 | auto makeMatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef matcherString ) -> MatchExpr<ArgT, MatcherT> { |
| 2719 | return MatchExpr<ArgT, MatcherT>( arg, matcher, matcherString ); |
| 2720 | } |
| 2721 | |
| 2722 | } // namespace Catch |
| 2723 |
nothing calls this directly
no outgoing calls
no test coverage detected