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

Public Member Functions

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
testing::AssertionResult operator() (const char *e1, const char *e2, const char *e3, const char *e4, const char *e5, const T1 &v1, const T2 &v2, const T3 &v3, const T4 &v4, const T5 &v5) const
 

Detailed Description

Definition at line 1925 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
testing::AssertionResult PredFormatFunctor5::operator() ( const char * e1,
const char * e2,
const char * e3,
const char * e4,
const char * e5,
const T1 & v1,
const T2 & v2,
const T3 & v3,
const T4 & v4,
const T5 & v5 ) const
inline

Definition at line 1927 of file gtest_pred_impl_unittest.cc.

1936 {
1937 return PredFormatFunction5(e1, e2, e3, e4, e5, v1, v2, v3, v4, v5);
1938 }
testing::AssertionResult PredFormatFunction5(const char *e1, const char *e2, const char *e3, const char *e4, const char *e5, const T1 &v1, const T2 &v2, const T3 &v3, const T4 &v4, const T5 &v5)
Here is the call graph for this function:

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