Horizon
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
Catch::Matchers::Detail::MatchAllOf< ArgT > Class Template Referencefinal
Inheritance diagram for Catch::Matchers::Detail::MatchAllOf< ArgT >:
Catch::Matchers::MatcherBase< ArgT > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 MatchAllOf (MatchAllOf const &)=delete
 
MatchAllOfoperator= (MatchAllOf const &)=delete
 
 MatchAllOf (MatchAllOf &&)=default
 
MatchAllOfoperator= (MatchAllOf &&)=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

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

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::MatchAllOf< ArgT >::describe ( ) const
inlineoverridevirtual

◆ match()

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

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