Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CompareNestedFads Struct Reference

#include <GTestUtils.hpp>

Public Member Functions

 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)
 

Public Attributes

CompareFads cmp
 

Detailed Description

Definition at line 77 of file GTestUtils.hpp.

Constructor & Destructor Documentation

◆ CompareNestedFads()

CompareNestedFads::CompareNestedFads ( double tol_a,
double tol_r )
inline

Definition at line 81 of file GTestUtils.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename FadType1 , typename FadType2 >
bool CompareNestedFads::operator() ( const FadType1 & a,
const FadType2 & b )
inline

Definition at line 84 of file GTestUtils.hpp.

◆ 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

Definition at line 97 of file GTestUtils.hpp.

Member Data Documentation

◆ cmp

CompareFads CompareNestedFads::cmp

Definition at line 79 of file GTestUtils.hpp.


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