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

Public Member Functions

 EqualsMatcher (std::vector< T, AllocComp > const &comparator)
 
bool match (std::vector< T, AllocMatch > 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

std::vector< T, AllocComp > const & m_comparator
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

template<typename T , typename AllocComp , typename AllocMatch >
std::string Catch::Matchers::Vector::EqualsMatcher< T, AllocComp, AllocMatch >::describe ( ) const
inlineoverridevirtual

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