MCPcopy Create free account
hub / github.com/dblalock/bolt / ExcludedPattern

Method ExcludedPattern

cpp/quantize/catch.hpp:2801–2801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2799 class ExcludedPattern : public Pattern {
2800 public:
2801 ExcludedPattern( Ptr<Pattern> const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {}
2802 virtual ~ExcludedPattern();
2803 virtual bool matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches( testCase ); }
2804 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected