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

Public Member Functions

int operator() (bool x)
 

Detailed Description

Definition at line 83 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 84 of file gmock-more-actions_test.cc.

84{ return x ? 1 : -1; }

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