#include <catch.hpp>
Definition at line 3454 of file catch.hpp.
◆ WithinRelMatcher()
Catch::Matchers::Floating::WithinRelMatcher::WithinRelMatcher |
( |
double |
target, |
|
|
double |
epsilon |
|
) |
| |
◆ describe()
std::string Catch::Matchers::Floating::WithinRelMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match() [1/2]
bool Catch::Matchers::Floating::WithinRelMatcher::match |
( |
double const & |
matchee | ) |
const |
|
override |
◆ match() [2/2]
◆ operator!()
◆ operator&&()
◆ operator||()
◆ toString()
std::string Catch::Matchers::Impl::MatcherUntypedBase::toString |
( |
| ) |
const |
|
inherited |
◆ m_cachedToString
std::string Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString |
|
mutableprotectedinherited |
◆ 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: