Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_generated_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 127 of file gmock-generated-actions_test.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 128 of file gmock-generated-actions_test.cc.

128 {
129 return a + b + c + d + e + f;
130 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
CK_ULONG d

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