Template Struct MatchNotOf
Defined in File catch.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::Impl::MatcherBase< ArgT >
(Template Struct MatcherBase)
Struct Documentation
-
template<typename ArgT>
struct MatchNotOf : public Catch::Matchers::Impl::MatcherBase<ArgT> Public Functions
-
inline MatchNotOf(MatcherBase<ArgT> const &underlyingMatcher)
-
inline virtual std::string describe() const override
Public Members
-
MatcherBase<ArgT> const &m_underlyingMatcher
-
inline MatchNotOf(MatcherBase<ArgT> const &underlyingMatcher)