Electroneum
Loading...
Searching...
No Matches
testing::internal::EachMatcher< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 EachMatcher (M m)
template<typename Container>
 operator Matcher< Container > () const

Detailed Description

template<typename M>
class testing::internal::EachMatcher< M >

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

Constructor & Destructor Documentation

◆ EachMatcher()

template<typename M>
testing::internal::EachMatcher< M >::EachMatcher ( M m)
inlineexplicit

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

2921: inner_matcher_(m) {}

Member Function Documentation

◆ operator Matcher< Container >()

template<typename M>
template<typename Container>
testing::internal::EachMatcher< M >::operator Matcher< Container > ( ) const
inline

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

2924 {
2925 return MakeMatcher(new EachMatcherImpl<Container>(inner_matcher_));
2926 }
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:
  • /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