Function object for performing comparisons within an absolute tolerance.
More...
#include <BinaryRelationships.hpp>
|
using | tolerance_type = ToleranceType |
|
|
constexpr | within_tolerance (ToleranceType tol) |
|
constexpr tolerance_type | tol () const noexcept |
|
template<class T >
requires has_abs<T, ToleranceType> |
constexpr bool | operator() (const T &obtained, const T &prediction) const noexcept |
|
template<std::totally_ordered ToleranceType>
class sequoia::testing::within_tolerance< ToleranceType >
Function object for performing comparisons within an absolute tolerance.
The documentation for this class was generated from the following file: