Electroneum
Loading...
Searching...
No Matches
testing::internal::LtMatcher< Rhs > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::LtMatcher< Rhs >:
Collaboration diagram for testing::internal::LtMatcher< Rhs >:

Public Member Functions

 LtMatcher (const Rhs &rhs)
Public Member Functions inherited from testing::internal::ComparisonBase< LtMatcher< Rhs >, Rhs, AnyLt >
 ComparisonBase (const Rhs &rhs)
 operator Matcher< Lhs > () const

Static Public Member Functions

static const char * Desc ()
static const char * NegatedDesc ()

Detailed Description

template<typename Rhs>
class testing::internal::LtMatcher< Rhs >

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

Constructor & Destructor Documentation

◆ LtMatcher()

template<typename Rhs>
testing::internal::LtMatcher< Rhs >::LtMatcher ( const Rhs & rhs)
inlineexplicit

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Desc()

template<typename Rhs>
const char * testing::internal::LtMatcher< Rhs >::Desc ( )
inlinestatic

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

947{ return "is <"; }

◆ NegatedDesc()

template<typename Rhs>
const char * testing::internal::LtMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

948{ return "isn't <"; }

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h