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

#include <gmock-matchers.h>

Public Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ContainsMatcher()

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

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

3212: inner_matcher_(m) {}

Member Function Documentation

◆ operator Matcher< Container >()

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

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

3215 {
3216 return MakeMatcher(new ContainsMatcherImpl<Container>(inner_matcher_));
3217 }
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: