Struct WithinRelMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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