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

Method MatchExpr

tests/catch.hpp:3355–3360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3353 StringRef m_matcherString;
3354 public:
3355 MatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString )
3356 : ITransientExpression{ true, matcher.match( arg ) },
3357 m_arg( arg ),
3358 m_matcher( matcher ),
3359 m_matcherString( matcherString )
3360 {}
3361
3362 void streamReconstructedExpression( std::ostream &os ) const override {
3363 auto matcherAsString = m_matcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected