#include <doctest.h>
|
DOCTEST_INTERFACE friend bool | operator!= (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator!= (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend bool | operator< (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator< (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend bool | operator<= (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator<= (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend bool | operator== (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator== (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend bool | operator> (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator> (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend bool | operator>= (double lhs, const Approx &rhs) |
|
DOCTEST_INTERFACE friend bool | operator>= (const Approx &lhs, double rhs) |
|
DOCTEST_INTERFACE friend String | toString (const Approx &in) |
|
Definition at line 881 of file doctest.h.
◆ Approx()
doctest::Approx::Approx |
( |
double |
value | ) |
|
|
explicit |
◆ epsilon()
Approx& doctest::Approx::epsilon |
( |
double |
newEpsilon | ) |
|
◆ operator()()
Approx doctest::Approx::operator() |
( |
double |
value | ) |
const |
◆ scale()
Approx& doctest::Approx::scale |
( |
double |
newScale | ) |
|
◆ operator!= [1/2]
◆ operator!= [2/2]
◆ operator< [1/2]
◆ operator< [2/2]
◆ operator<= [1/2]
◆ operator<= [2/2]
◆ operator== [1/2]
◆ operator== [2/2]
◆ operator> [1/2]
◆ operator> [2/2]
◆ operator>= [1/2]
◆ operator>= [2/2]
◆ 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: