Horizon
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
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
 
MatchNotOfGenericoperator= (MatchNotOfGeneric const &)=delete
 
 MatchNotOfGeneric (MatchNotOfGeneric &&)=default
 
MatchNotOfGenericoperator= (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
 
MatcherGenericBaseoperator= (MatcherGenericBase const &)=delete
 
MatcherGenericBaseoperator= (MatcherGenericBase &&)=delete
 
- Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
 MatcherUntypedBase (MatcherUntypedBase &&)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
MatcherUntypedBaseoperator= (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: