#include <catch.hpp>
Definition at line 3057 of file catch.hpp.
◆ WithinUlpsMatcher()
Catch::Matchers::Floating::WithinUlpsMatcher::WithinUlpsMatcher |
( |
double |
target, |
|
|
int |
ulps, |
|
|
FloatingPointKind |
baseType |
|
) |
| |
◆ describe()
std::string Catch::Matchers::Floating::WithinUlpsMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match()
bool Catch::Matchers::Floating::WithinUlpsMatcher::match |
( |
double const & |
matchee | ) |
const |
|
override |
◆ m_target
double Catch::Matchers::Floating::WithinUlpsMatcher::m_target |
|
private |
◆ m_type
FloatingPointKind Catch::Matchers::Floating::WithinUlpsMatcher::m_type |
|
private |
◆ m_ulps
int Catch::Matchers::Floating::WithinUlpsMatcher::m_ulps |
|
private |
The documentation for this struct was generated from the following file: