Horizon
Loading...
Searching...
No Matches
Catch::Matchers::Detail::MatchNotOfGeneric< MatcherT > Class Template Referencefinal
Inheritance diagram for Catch::Matchers::Detail::MatchNotOfGeneric< MatcherT >:
Catch::Matchers::MatcherGenericBase Catch::Matchers::MatcherUntypedBase

Public Member Functions

 MatchNotOfGeneric (MatchNotOfGeneric const &)=delete
MatchNotOfGeneric & operator= (MatchNotOfGeneric const &)=delete
 MatchNotOfGeneric (MatchNotOfGeneric &&)=default
MatchNotOfGeneric & operator= (MatchNotOfGeneric &&)=default
 MatchNotOfGeneric (MatcherT const &matcher)
template<typename Arg>
bool match (Arg &&arg) const
std::string describe () const override
Public Member Functions inherited from Catch::Matchers::MatcherGenericBase
 MatcherGenericBase (MatcherGenericBase &)=default
 MatcherGenericBase (MatcherGenericBase &&)=default
MatcherGenericBase & operator= (MatcherGenericBase const &)=delete
MatcherGenericBase & operator= (MatcherGenericBase &&)=delete
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

Friends

MatcherT const & operator! (MatchNotOfGeneric< MatcherT > const &matcher)
 Negating negation can just unwrap and return underlying matcher.

Additional Inherited Members

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

Member Function Documentation

◆ describe()

template<typename MatcherT>
std::string Catch::Matchers::Detail::MatchNotOfGeneric< MatcherT >::describe ( ) const
inlineoverridevirtual

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