enum_name
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
doctest::Approx Struct Reference

Public Member Functions

 Approx (double value)
 
Approx operator() (double value) const
 
Approxepsilon (double newEpsilon)
 
Approxscale (double newScale)
 
 Approx (double value)
 
Approx operator() (double value) const
 
Approxepsilon (double newEpsilon)
 
Approxscale (double newScale)
 

Public Attributes

double m_epsilon
 
double m_scale
 
double m_value
 

Friends

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 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)
 

The documentation for this struct was generated from the following files: