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

Public Member Functions

template<typename T1 , typename T2 >
bool operator() (const T1 &v1, const T2 &v2)
 

Detailed Description

Definition at line 479 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
bool PredFunctor2::operator() ( const T1 & v1,
const T2 & v2 )
inline

Definition at line 481 of file gtest_pred_impl_unittest.cc.

482 {
483 return v1 + v2 > 0;
484 }

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