tesseract v5.3.3.20231005
testing::gmock_more_actions_test::SumOf5Functor Struct Reference

Public Member Functions

int operator() (int a, int b, int c, int d, int e)
 

Detailed Description

Definition at line 97 of file gmock-more-actions_test.cc.

Member Function Documentation

◆ operator()()

int testing::gmock_more_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 98 of file gmock-more-actions_test.cc.

98 {
99 return a + b + c + d + e;
100 }

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