Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::ReferencingFunctor Struct Reference

Public Types

typedef const int * result_type
 

Public Member Functions

result_type operator() (const int &n)
 

Detailed Description

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

Member Typedef Documentation

◆ result_type

Member Function Documentation

◆ operator()()

result_type testing::gmock_matchers_test::ReferencingFunctor::operator() ( const int & n)
inline

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

4597{ return &n; }

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