Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::ConvertibleToBool Class Reference

Public Member Functions

 ConvertibleToBool (int number)
 
 operator bool () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConvertibleToBool()

testing::gmock_matchers_test::ConvertibleToBool::ConvertibleToBool ( int number)
inlineexplicit

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

2944: number_(number) {}

Member Function Documentation

◆ operator bool()

testing::gmock_matchers_test::ConvertibleToBool::operator bool ( ) const
inline

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

2945{ return number_ != 0; }

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