#include <catch.hpp>
◆ WithinRelMatcher()
Catch::Matchers::Floating::WithinRelMatcher::WithinRelMatcher |
( |
double |
target, |
|
|
double |
epsilon |
|
) |
| |
◆ describe()
std::string Catch::Matchers::Floating::WithinRelMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match()
bool Catch::Matchers::Floating::WithinRelMatcher::match |
( |
double const & |
matchee | ) |
const |
|
override |
◆ m_epsilon
double Catch::Matchers::Floating::WithinRelMatcher::m_epsilon |
|
private |
◆ m_target
double Catch::Matchers::Floating::WithinRelMatcher::m_target |
|
private |
The documentation for this struct was generated from the following file: