Electroneum
Loading...
Searching...
No Matches
testing::internal::BothOfMatcher< Matcher1, Matcher2 > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2)
template<typename T>
 operator Matcher< T > () const

Detailed Description

template<typename Matcher1, typename Matcher2>
class testing::internal::BothOfMatcher< Matcher1, Matcher2 >

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

Constructor & Destructor Documentation

◆ BothOfMatcher()

template<typename Matcher1, typename Matcher2>
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::BothOfMatcher ( Matcher1 matcher1,
Matcher2 matcher2 )
inline

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

1641 : matcher1_(matcher1), matcher2_(matcher2) {}

Member Function Documentation

◆ operator Matcher< T >()

template<typename Matcher1, typename Matcher2>
template<typename T>
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > ( ) const
inline

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

1647 {
1649 SafeMatcherCast<T>(matcher2_)));
1650 }

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