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

#include <gmock-matchers.h>

Public Member Functions

template<typename T1 , typename T2 >
 operator Matcher< ::testing::tuple< T1, T2 > > () const
 
template<typename T1 , typename T2 >
 operator Matcher< const ::testing::tuple< T1, T2 > & > () const
 

Detailed Description

template<typename D, typename Op>
class testing::internal::PairMatchBase< D, Op >

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

Member Function Documentation

◆ operator Matcher< ::testing::tuple< T1, T2 > >()

template<typename D , typename Op >
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< ::testing::tuple< T1, T2 > > ( ) const
inline

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

1612 {
1613 return MakeMatcher(new Impl< ::testing::tuple<T1, T2> >);
1614 }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
Here is the call graph for this function:

◆ operator Matcher< const ::testing::tuple< T1, T2 > & >()

template<typename D , typename Op >
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< const ::testing::tuple< T1, T2 > & > ( ) const
inline

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

1616 {
1617 return MakeMatcher(new Impl<const ::testing::tuple<T1, T2>&>);
1618 }
Here is the call graph for this function:

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