proxygen
PredFunctor1 Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 92 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

template<typename T1 >
bool PredFunctor1::operator() ( const T1 v1)
inline

Definition at line 94 of file gtest_pred_impl_unittest.cc.

94  {
95  return v1 > 0;
96  }
template<typename T1 >
bool PredFunctor1::operator() ( const T1 v1)
inline

Definition at line 94 of file gtest_pred_impl_unittest.cc.

94  {
95  return v1 > 0;
96  }
template<typename T1 >
bool PredFunctor1::operator() ( const T1 v1)
inline

Definition at line 94 of file gtest_pred_impl_unittest.cc.

94  {
95  return v1 > 0;
96  }

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