Struct WithinAbsMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

WithinAbsMatcher(double target, double margin)
bool match(double const &matchee) const override
std::string describe() const override