Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_more_actions_test::UnaryFunctor Struct Reference

Public Member Functions

int operator() (bool x)
 

Detailed Description

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

Member Function Documentation

◆ operator()()

int testing::gmock_more_actions_test::UnaryFunctor::operator() ( bool x)
inline

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

105{ return x ? 1 : -1; }

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