Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::KeyMatcher< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 KeyMatcher (M m)
 
template<typename PairType >
 operator Matcher< PairType > () const
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ KeyMatcher()

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

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

3337: matcher_for_key_(m) {}

Member Function Documentation

◆ operator Matcher< PairType >()

template<typename M >
template<typename PairType >
testing::internal::KeyMatcher< M >::operator Matcher< PairType > ( ) const
inline

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

3340 {
3341 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
3342 }
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: