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

Method match

tests/catch.hpp:2981–2983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2979 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
2980
2981 bool match( ArgT const& arg ) const override {
2982 return !m_underlyingMatcher.match( arg );
2983 }
2984
2985 std::string describe() const override {
2986 return "not " + m_underlyingMatcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected