SPH
|
This is more or less stolen from Catch unit-testing framework. More...
#include <Approx.h>
Public Member Functions | |
INLINE | Approx (const Type value) |
INLINE Approx | operator() (const Type &value) |
INLINE Approx & | setEpsilon (const Float newEps) |
Friends | |
INLINE friend bool | operator== (const Type &lhs, const Approx &rhs) |
INLINE friend bool | operator== (const Approx &lhs, const Type &rhs) |
INLINE friend bool | operator!= (const Type &lhs, const Approx &rhs) |
INLINE friend bool | operator!= (const Approx &lhs, const Type &rhs) |
std::ostream & | operator<< (std::ostream &stream, const Approx &approx) |
This is more or less stolen from Catch unit-testing framework.
|
friend |