Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ComparisonBase< D, Rhs, Op > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 ComparisonBase (const Rhs &rhs)
 
template<typename Lhs >
 operator Matcher< Lhs > () const
 

Detailed Description

template<typename D, typename Rhs, typename Op>
class testing::internal::ComparisonBase< D, Rhs, Op >

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

Constructor & Destructor Documentation

◆ ComparisonBase()

template<typename D , typename Rhs , typename Op >
testing::internal::ComparisonBase< D, Rhs, Op >::ComparisonBase ( const Rhs & rhs)
inlineexplicit

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

1064: rhs_(rhs) {}

Member Function Documentation

◆ operator Matcher< Lhs >()

template<typename D , typename Rhs , typename Op >
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::operator Matcher< Lhs > ( ) const
inline

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

1066 {
1067 return MakeMatcher(new Impl<Lhs>(rhs_));
1068 }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
Here is the call graph for this function:

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