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

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 OptionalMatcher (const ValueMatcher &value_matcher)
 
template<typename Optional >
 operator Matcher< Optional > () const
 

Detailed Description

template<typename ValueMatcher>
class testing::internal::OptionalMatcher< ValueMatcher >

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

Constructor & Destructor Documentation

◆ OptionalMatcher()

template<typename ValueMatcher >
testing::internal::OptionalMatcher< ValueMatcher >::OptionalMatcher ( const ValueMatcher & value_matcher)
inlineexplicit

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

4004 : value_matcher_(value_matcher) {}

Member Function Documentation

◆ operator Matcher< Optional >()

template<typename ValueMatcher >
template<typename Optional >
testing::internal::OptionalMatcher< ValueMatcher >::operator Matcher< Optional > ( ) const
inline

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

4007 {
4008 return MakeMatcher(new Impl<Optional>(value_matcher_));
4009 }
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: