Struct WithinUlpsMatcher

Inheritance Relationships

Base Type

Struct Documentation

struct Catch::Matchers::Floating::WithinUlpsMatcher : public Catch::Matchers::Impl::MatcherBase<double>

Public Functions

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