wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
Catch::Matchers::Generic::PredicateMatcher< T > Class Template Reference
Inheritance diagram for Catch::Matchers::Generic::PredicateMatcher< T >:
[legend]
Collaboration diagram for Catch::Matchers::Generic::PredicateMatcher< T >:
[legend]

Public Member Functions

 PredicateMatcher (std::function< bool(T const &)> const &elem, std::string const &descr)
 
bool match (T const &item) const override
 
std::string describe () const override
 
MatchAllOf< T > operator&& (MatcherBase const &other) const
 
MatchAnyOf< T > operator|| (MatcherBase const &other) const
 
MatchNotOf< T > operator! () const
 
std::string toString () const
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

template<typename T >
std::string Catch::Matchers::Generic::PredicateMatcher< T >::describe ( ) const
inlineoverridevirtual

◆ match()

template<typename T >
bool Catch::Matchers::Generic::PredicateMatcher< T >::match ( T const &  item) const
inlineoverridevirtual

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