|
Horizon
|
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 | |
| virtual std::string | describe () const =0 |
Protected Attributes inherited from Catch::Matchers::MatcherUntypedBase | |
| std::string | m_cachedToString |
|
inlineoverridevirtual |
Implements Catch::Matchers::MatcherUntypedBase.