MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / makeMatchExpr

Function makeMatchExpr

tests/catch.hpp:3377–3379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3375
3376 template<typename ArgT, typename MatcherT>
3377 auto makeMatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) -> MatchExpr<ArgT, MatcherT> {
3378 return MatchExpr<ArgT, MatcherT>( arg, matcher, matcherString );
3379 }
3380
3381} // namespace Catch
3382

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected