Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::Gt2Matcher Class Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::Gt2Matcher:
Collaboration diagram for testing::internal::Gt2Matcher:

Static Public Member Functions

static const char * Desc ()
 

Additional Inherited Members

- Public Member Functions inherited from testing::internal::PairMatchBase< Gt2Matcher, AnyGt >
 operator Matcher< ::testing::tuple< T1, T2 > > () const
 
 operator Matcher< const ::testing::tuple< T1, T2 > & > () const
 

Detailed Description

Definition at line 1654 of file gmock-matchers.h.

Member Function Documentation

◆ Desc()

static const char * testing::internal::Gt2Matcher::Desc ( )
inlinestatic

Definition at line 1656 of file gmock-matchers.h.

1656{ return "a pair where the first > the second"; }

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