#include <doctest.h>
|
bool | operator== (double lhs, const Approx &rhs) |
|
bool | operator== (const Approx &lhs, double rhs) |
|
bool | operator!= (double lhs, const Approx &rhs) |
|
bool | operator!= (const Approx &lhs, double rhs) |
|
bool | operator<= (double lhs, const Approx &rhs) |
|
bool | operator<= (const Approx &lhs, double rhs) |
|
bool | operator>= (double lhs, const Approx &rhs) |
|
bool | operator>= (const Approx &lhs, double rhs) |
|
bool | operator< (double lhs, const Approx &rhs) |
|
bool | operator< (const Approx &lhs, double rhs) |
|
bool | operator> (double lhs, const Approx &rhs) |
|
bool | operator> (const Approx &lhs, double rhs) |
|
String | toString (const Approx &in) |
|
Definition at line 909 of file doctest.h.
◆ Approx() [1/2]
doctest::Approx::Approx |
( |
double |
value | ) |
|
|
explicit |
◆ Approx() [2/2]
doctest::Approx::Approx |
( |
const Approx & |
| ) |
|
◆ epsilon()
Approx& doctest::Approx::epsilon |
( |
double |
newEpsilon | ) |
|
◆ operator()()
Approx doctest::Approx::operator() |
( |
double |
value | ) |
const |
◆ operator=()
◆ scale()
Approx& doctest::Approx::scale |
( |
double |
newScale | ) |
|
◆ operator!= [1/2]
bool operator!= |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator!= [2/2]
bool operator!= |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ operator< [1/2]
bool operator< |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator< [2/2]
bool operator< |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ operator<= [1/2]
bool operator<= |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator<= [2/2]
bool operator<= |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ operator== [1/2]
bool operator== |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator== [2/2]
bool operator== |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ operator> [1/2]
bool operator> |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator> [2/2]
bool operator> |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ operator>= [1/2]
bool operator>= |
( |
const Approx & |
lhs, |
|
|
double |
rhs |
|
) |
| |
|
friend |
◆ operator>= [2/2]
bool operator>= |
( |
double |
lhs, |
|
|
const Approx & |
rhs |
|
) |
| |
|
friend |
◆ toString
◆ m_epsilon
double doctest::Approx::m_epsilon |
|
private |
◆ m_scale
double doctest::Approx::m_scale |
|
private |
◆ m_value
double doctest::Approx::m_value |
|
private |
The documentation for this class was generated from the following file: