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

Method MatchNotOf

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

Source from the content-addressed store, hash-verified

2977 struct MatchNotOf : MatcherBase<ArgT> {
2978
2979 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
2980
2981 bool match( ArgT const& arg ) const override {
2982 return !m_underlyingMatcher.match( arg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected