Horizon
Loading...
Searching...
No Matches
Catch::Matchers::Detail::MatchNotOf< ArgT > Class Template Referencefinal
Inheritance diagram for Catch::Matchers::Detail::MatchNotOf< ArgT >:
Catch::Matchers::MatcherBase< ArgT > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher)
bool match (ArgT const &arg) const override
std::string describe () const override
Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 MatcherUntypedBase (MatcherUntypedBase &&)=default
MatcherUntypedBase & operator= (MatcherUntypedBase const &)=delete
MatcherUntypedBase & operator= (MatcherUntypedBase &&)=delete
std::string toString () const

Additional Inherited Members

Protected Attributes inherited from Catch::Matchers::MatcherUntypedBase
std::string m_cachedToString

Member Function Documentation

◆ describe()

template<typename ArgT>
std::string Catch::Matchers::Detail::MatchNotOf< ArgT >::describe ( ) const
inlineoverridevirtual

◆ match()

template<typename ArgT>
bool Catch::Matchers::Detail::MatchNotOf< ArgT >::match ( ArgT const & arg) const
inlineoverridevirtual

The documentation for this class was generated from the following file: