Class WithinUlpsMatcher

Inheritance Relationships

Base Type

Class Documentation

class WithinUlpsMatcher : public Catch::Matchers::MatcherBase<double>

Public Functions

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