Template Struct MatchNotOf

Inheritance Relationships

Base Type

Struct Documentation

template<typename ArgT>
struct MatchNotOf : public Catch::Matchers::Impl::MatcherBase<ArgT>

Public Functions

inline MatchNotOf(MatcherBase<ArgT> const &underlyingMatcher)
inline bool match(ArgT const &arg) const override
inline virtual std::string describe() const override

Public Members

MatcherBase<ArgT> const &m_underlyingMatcher