wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Protected Attributes
Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc > Struct Template Referenceabstract
Inheritance diagram for Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc >:
[legend]
Collaboration diagram for Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc >:
[legend]

Public Member Functions

 ContainsElementMatcher (T const &comparator)
 
bool match (std::vector< T, Alloc > const &v) 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
 
virtual bool match (T const &arg) const=0
 

Data Fields

T const & m_comparator
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

template<typename T , typename Alloc >
std::string Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc >::describe ( ) const
inlineoverridevirtual

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