Struct WithinRelMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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