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

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ operator()()

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

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

108 {
109 return a + b + c + d + e + f;
110 }

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