wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
Catch::Matchers::Floating::WithinRelMatcher Struct Referenceabstract
Inheritance diagram for Catch::Matchers::Floating::WithinRelMatcher:
[legend]
Collaboration diagram for Catch::Matchers::Floating::WithinRelMatcher:
[legend]

Public Member Functions

 WithinRelMatcher (double target, double epsilon)
 
bool match (double const &matchee) 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()

std::string Catch::Matchers::Floating::WithinRelMatcher::describe ( ) const
overridevirtual

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