Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::CastAndAppendTransform< Target > Struct Template Reference

#include <gmock-matchers.h>

Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

◆ operator()()

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

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

3809 {
3810 return MatcherCast<Target>(a);
3811 }
Matcher< T > MatcherCast(const M &matcher)
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
Here is the call graph for this function:

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