MCPcopy Create free account
hub / github.com/RenderKit/embree / match

Method match

tutorials/external/catch.hpp:3001–3003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2999 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
3000
3001 bool match( ArgT const& arg ) const override {
3002 return !m_underlyingMatcher.match( arg );
3003 }
3004
3005 std::string describe() const override {
3006 return "not " + m_underlyingMatcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected