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

Public Member Functions

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

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

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

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