v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Static Public Member Functions | List of all members
testing::internal::MatcherCastImpl< T, M > Class Template Reference

#include <gmock-matchers.h>

Static Public Member Functions

static Matcher< T > Cast (const M &polymorphic_matcher_or_value)
 

Detailed Description

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

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

Member Function Documentation

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

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

Referenced by testing::SafeMatcherCastImpl< T >::Cast(), and testing::MatcherCast().

Here is the caller graph for this function:


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