proxygen
testing::internal::MatcherCastImpl< T, Matcher< T > > Class Template Reference

#include <gmock-matchers.h>

Static Public Member Functions

static Matcher< TCast (const Matcher< T > &matcher)
 
static Matcher< TCast (const Matcher< T > &matcher)
 
static Matcher< TCast (const Matcher< T > &matcher)
 

Detailed Description

template<typename T>
class testing::internal::MatcherCastImpl< T, Matcher< T > >

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

Member Function Documentation

template<typename T >
static Matcher<T> testing::internal::MatcherCastImpl< T, Matcher< T > >::Cast ( const Matcher< T > &  matcher)
inlinestatic

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

600 { return matcher; }
template<typename T >
static Matcher<T> testing::internal::MatcherCastImpl< T, Matcher< T > >::Cast ( const Matcher< T > &  matcher)
inlinestatic

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

References testing::internal::MatcherCastImpl< T, M >::Cast(), M, and testing::MatcherCast().

600 { return matcher; }
template<typename T >
static Matcher<T> testing::internal::MatcherCastImpl< T, Matcher< T > >::Cast ( const Matcher< T > &  matcher)
inlinestatic

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

References testing::internal::MatcherCastImpl< T, M >::Cast(), M, and testing::MatcherCast().

600 { return matcher; }

The documentation for this class was generated from the following file: