|
Horizon
|
Public Member Functions | |
| PredicateMatcher (Predicate &&elem, std::string const &descr) | |
| bool | match (T const &item) const override |
| std::string | describe () const override |
| virtual bool | match (T const &arg) const =0 |
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 |
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.
|
inlineoverridevirtual |
Implements Catch::Matchers::MatcherBase< T >.