MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / makeMatchExpr

Function makeMatchExpr

unittests/catch.hpp:2718–2720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected