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