All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Matchers::Floating::WithinRelMatcher Struct Reference
+ Inheritance diagram for Catch::Matchers::Floating::WithinRelMatcher:

Public Member Functions

 WithinRelMatcher (double target, double epsilon)
 
bool match (double const &matchee) const override
 
std::string describe () const override
 

Private Attributes

double m_target
 
double m_epsilon
 

Detailed Description

Definition at line 3454 of file catch.hpp.


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