Wire Sysio Wire Sysion 1.0.0
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 3227 of file gmock-matchers.h.

Constructor & Destructor Documentation

◆ EachMatcher()

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

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

3229: 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 3232 of file gmock-matchers.h.

3232 {
3233 return MakeMatcher(new EachMatcherImpl<Container>(inner_matcher_));
3234 }
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: