proxygen
testing::internal::CastAndAppendTransform< Target > Struct Template Reference

#include <gmock-matchers.h>

Public Member Functions

template<typename Arg >
Matcher< Target > operator() (const Arg &a) const
 
template<typename Arg >
Matcher< Target > operator() (const Arg &a) const
 
template<typename Arg >
Matcher< Target > operator() (const Arg &a) const
 

Detailed Description

template<typename Target>
struct testing::internal::CastAndAppendTransform< Target >

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

Member Function Documentation

template<typename Target >
template<typename Arg >
Matcher<Target> testing::internal::CastAndAppendTransform< Target >::operator() ( const Arg &  a) const
inline

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

References a.

3444  {
3445  return MatcherCast<Target>(a);
3446  }
char a
template<typename Target >
template<typename Arg >
Matcher<Target> testing::internal::CastAndAppendTransform< Target >::operator() ( const Arg &  a) const
inline

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

References a.

3444  {
3445  return MatcherCast<Target>(a);
3446  }
char a
template<typename Target >
template<typename Arg >
Matcher<Target> testing::internal::CastAndAppendTransform< Target >::operator() ( const Arg &  a) const
inline

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

References a.

3444  {
3445  return MatcherCast<Target>(a);
3446  }
char a

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