#include <GTestUtils.hpp>
|
| | CompareFads (double tol_a, double tol_r) |
| |
| template<typename FadType1 , typename FadType2 > |
| bool | operator() (const FadType1 &a, const FadType2 &b) |
| |
| template<typename FadType1 , typename FadType2 > |
| ::testing::AssertionResult | operator() (const char *a_expr, const char *b_expr, const FadType1 &a, const FadType2 &b) |
| |
Definition at line 25 of file GTestUtils.hpp.
| CompareFads::CompareFads |
( |
double |
tol_a, |
|
|
double |
tol_r |
|
) |
| |
|
inline |
template<typename FadType1 , typename FadType2 >
| bool CompareFads::operator() |
( |
const FadType1 & |
a, |
|
|
const FadType2 & |
b |
|
) |
| |
|
inline |
template<typename FadType1 , typename FadType2 >
| ::testing::AssertionResult CompareFads::operator() |
( |
const char * |
a_expr, |
|
|
const char * |
b_expr, |
|
|
const FadType1 & |
a, |
|
|
const FadType2 & |
b |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: