All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Matchers::Generic::PredicateMatcher< T > Class Template Reference
+ Inheritance diagram for Catch::Matchers::Generic::PredicateMatcher< T >:

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
 

Private Attributes

std::function< bool(T const &)> m_predicate
 
std::string m_description
 

Detailed Description

template<typename T>
class Catch::Matchers::Generic::PredicateMatcher< T >

Definition at line 3495 of file catch.hpp.


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