Template Class MatchNotOf

Inheritance Relationships

Base Type

Class Documentation

template<typename ArgT>
class MatchNotOf : public Catch::Matchers::MatcherBase<ArgT>

Public Functions

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