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

#include <gmock-matchers.h>

Classes

class  Impl
 

Static Public Member Functions

static Matcher< TCast (const Matcher< U > &source_matcher)
 
static Matcher< TCast (const Matcher< U > &source_matcher)
 
static Matcher< TCast (const Matcher< U > &source_matcher)
 

Detailed Description

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

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

Member Function Documentation

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

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

565  {
566  return Matcher<T>(new Impl(source_matcher));
567  }
template<typename T , typename U >
static Matcher<T> testing::internal::MatcherCastImpl< T, Matcher< U > >::Cast ( const Matcher< U > &  source_matcher)
inlinestatic

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

565  {
566  return Matcher<T>(new Impl(source_matcher));
567  }
template<typename T , typename U >
static Matcher<T> testing::internal::MatcherCastImpl< T, Matcher< U > >::Cast ( const Matcher< U > &  source_matcher)
inlinestatic

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

565  {
566  return Matcher<T>(new Impl(source_matcher));
567  }

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