Struct WithinAbsMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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