Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
PredFormatFunctor1 Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 113 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 115 of file gtest_pred_impl_unittest.cc.

116 {
117 return PredFormatFunction1(e1, v1);
118 }
testing::AssertionResult PredFormatFunction1(const char *e1, const T1 &v1)
Here is the call graph for this function:

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