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

Public Member Functions

 ApproxMatcher (std::vector< T, AllocComp > const &comparator)
 
bool match (std::vector< T, AllocMatch > const &v) const override
 
std::string describe () const override
 
template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
ApproxMatcherepsilon (T const &newEpsilon)
 
template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
ApproxMatchermargin (T const &newMargin)
 
template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
ApproxMatcherscale (T const &newScale)
 
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
 
Catch::Detail::Approx approx = Catch::Detail::Approx::custom()
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

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

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