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

Public Member Functions

template<typename T1 , typename T2 , typename T3 , typename T4 >
bool operator() (const T1 &v1, const T2 &v2, const T3 &v3, const T4 &v4)
 

Detailed Description

Definition at line 1379 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename T3 , typename T4 >
bool PredFunctor4::operator() ( const T1 & v1,
const T2 & v2,
const T3 & v3,
const T4 & v4 )
inline

Definition at line 1381 of file gtest_pred_impl_unittest.cc.

1384 {
1385 return v1 + v2 + v3 + v4 > 0;
1386 }

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