MCPcopy Create free account
hub / github.com/cirquit/trdrop / MatchNotOf

Method MatchNotOf

ext/catch.hpp:1103–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101 struct MatchNotOf : MatcherBase<ArgT> {
1102
1103 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
1104
1105 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE {
1106 return !m_underlyingMatcher.match( arg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected