MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MatchNotOf

Method MatchNotOf

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2190–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2188template <typename ArgT> struct MatchNotOf : MatcherBase<ArgT> {
2189
2190 MatchNotOf(MatcherBase<ArgT> const &underlyingMatcher) : m_underlyingMatcher(underlyingMatcher) {
2191 }
2192
2193 bool match(ArgT const &arg) const override {
2194 return !m_underlyingMatcher.match(arg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected