Monero
Loading...
Searching...
No Matches
Static Public Member Functions | Static Private Member Functions | List of all members
testing::internal::MatcherCastImpl< T, M > Class Template Reference

#include <gmock-matchers.h>

Static Public Member Functions

static Matcher< TCast (const M &polymorphic_matcher_or_value)
 

Static Private Member Functions

static Matcher< TCastImpl (const M &value, BooleanConstant< false >)
 
static Matcher< TCastImpl (const M &polymorphic_matcher_or_value, BooleanConstant< true >)
 

Member Function Documentation

◆ Cast()

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

◆ CastImpl() [1/2]

template<typename T , typename M >
static Matcher< T > testing::internal::MatcherCastImpl< T, M >::CastImpl ( const M & polymorphic_matcher_or_value,
BooleanConstant< true >  )
inlinestaticprivate

◆ CastImpl() [2/2]

template<typename T , typename M >
static Matcher< T > testing::internal::MatcherCastImpl< T, M >::CastImpl ( const M & value,
BooleanConstant< false >  )
inlinestaticprivate

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