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