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

Public Member Functions

 WithinUlpsMatcher (double target, int ulps, FloatingPointKind baseType)
 
bool match (double const &matchee) const override
 
std::string describe () const override
 

Private Attributes

double m_target
 
int m_ulps
 
FloatingPointKind m_type
 

Detailed Description

Definition at line 2788 of file catch.hpp.


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