#include <GTestUtils.hpp>
|
| CompareNestedFads (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 77 of file GTestUtils.hpp.
◆ CompareNestedFads()
CompareNestedFads::CompareNestedFads |
( |
double | tol_a, |
|
|
double | tol_r ) |
|
inline |
◆ operator()() [1/2]
template<typename FadType1 , typename FadType2 >
bool CompareNestedFads::operator() |
( |
const FadType1 & | a, |
|
|
const FadType2 & | b ) |
|
inline |
◆ operator()() [2/2]
template<typename FadType1 , typename FadType2 >
::testing::AssertionResult CompareNestedFads::operator() |
( |
const char * | a_expr, |
|
|
const char * | b_expr, |
|
|
const FadType1 & | a, |
|
|
const FadType2 & | b ) |
|
inline |
◆ cmp
The documentation for this struct was generated from the following file: