tesseract v5.3.3.20231005
PredFormatFunctor1 Struct Reference

Public Member Functions

template<typename T1 >
testing::AssertionResult operator() (const char *e1, const T1 &v1) const
 

Detailed Description

Definition at line 112 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

◆ operator()()

template<typename T1 >
testing::AssertionResult PredFormatFunctor1::operator() ( const char *  e1,
const T1 v1 
) const
inline

Definition at line 114 of file gtest_pred_impl_unittest.cc.

115 {
116 return PredFormatFunction1(e1, v1);
117 }
testing::AssertionResult PredFormatFunction1(const char *e1, const T1 &v1)

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