Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::Functor Struct Reference
Inheritance diagram for testing::gmock_matchers_test::Functor:
Collaboration diagram for testing::gmock_matchers_test::Functor:

Public Member Functions

result_type operator() (argument_type input) const
 

Detailed Description

Definition at line 4559 of file gmock-matchers_test.cc.

Member Function Documentation

◆ operator()()

result_type testing::gmock_matchers_test::Functor::operator() ( argument_type input) const
inline

Definition at line 4560 of file gmock-matchers_test.cc.

4560 {
4561 return IntToStringFunction(input);
4562 }
std::string IntToStringFunction(int input)
Here is the call graph for this function:

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