MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / match

Method match

extlibs/catch/include/catch/catch.hpp:3305–3307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3303 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
3304
3305 bool match( ArgT const& arg ) const override {
3306 return !m_underlyingMatcher.match( arg );
3307 }
3308
3309 std::string describe() const override {
3310 return "not " + m_underlyingMatcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected