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, uint64_t ulps, FloatingPointKind baseType)
 
bool match (double const &matchee) const override
 
std::string describe () const override
 

Private Attributes

double m_target
 
uint64_t m_ulps
 
FloatingPointKind m_type
 

Detailed Description

Definition at line 3438 of file catch.hpp.


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