Horizon
Public Member Functions | Friends | List of all members
Catch::Matchers::Detail::MatchAnyOf< ArgT > Class Template Referencefinal
Inheritance diagram for Catch::Matchers::Detail::MatchAnyOf< ArgT >:
Catch::Matchers::MatcherBase< ArgT > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 MatchAnyOf (MatchAnyOf const &)=delete
 
MatchAnyOfoperator= (MatchAnyOf const &)=delete
 
 MatchAnyOf (MatchAnyOf &&)=default
 
MatchAnyOfoperator= (MatchAnyOf &&)=default
 
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
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
MatcherUntypedBaseoperator= (MatcherUntypedBase &&)=delete
 
std::string toString () const
 

Friends

MatchAnyOf operator|| (MatchAnyOf &&lhs, MatcherBase< ArgT > const &rhs)
 
MatchAnyOf operator|| (MatcherBase< ArgT > const &lhs, MatchAnyOf &&rhs)
 

Additional Inherited Members

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

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