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

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 SizeIsMatcher (const SizeMatcher &size_matcher)
 
template<typename Container >
 operator Matcher< Container > () const
 

Detailed Description

template<typename SizeMatcher>
class testing::internal::SizeIsMatcher< SizeMatcher >

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

Constructor & Destructor Documentation

◆ SizeIsMatcher()

template<typename SizeMatcher >
testing::internal::SizeIsMatcher< SizeMatcher >::SizeIsMatcher ( const SizeMatcher & size_matcher)
inlineexplicit

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

2697 : size_matcher_(size_matcher) {
2698 }

Member Function Documentation

◆ operator Matcher< Container >()

template<typename SizeMatcher >
template<typename Container >
testing::internal::SizeIsMatcher< SizeMatcher >::operator Matcher< Container > ( ) const
inline

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

2701 {
2702 return MakeMatcher(new Impl<Container>(size_matcher_));
2703 }
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: