#include <catch.hpp>
Definition at line 3438 of file catch.hpp.
◆ WithinUlpsMatcher()
Catch::Matchers::Floating::WithinUlpsMatcher::WithinUlpsMatcher |
( |
double |
target, |
|
|
uint64_t |
ulps, |
|
|
FloatingPointKind |
baseType |
|
) |
| |
◆ describe()
std::string Catch::Matchers::Floating::WithinUlpsMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match() [1/2]
bool Catch::Matchers::Floating::WithinUlpsMatcher::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_target
double Catch::Matchers::Floating::WithinUlpsMatcher::m_target |
|
private |
◆ m_type
FloatingPointKind Catch::Matchers::Floating::WithinUlpsMatcher::m_type |
|
private |
◆ m_ulps
uint64_t Catch::Matchers::Floating::WithinUlpsMatcher::m_ulps |
|
private |
The documentation for this struct was generated from the following file: