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 |
1.8.6